mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:19:52 +07:00
custom: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
dcc9dd73d1
commit
7f03145d85
3
.github/workflows/custom.yml
vendored
3
.github/workflows/custom.yml
vendored
@ -142,7 +142,8 @@ jobs:
|
||||
DSM_FILE="${PAT_HASH}.tar"
|
||||
DSM_URL="https://raw.githubusercontent.com/AuxXxilium/arc-dsm/main/files/${MODEL/+/%2B}/${PRODUCTVER:0:3}/${PAT_HASH}.tar"
|
||||
sudo curl -skL "${DSM_URL}" -o "/tmp/${DSM_FILE}"
|
||||
sudo mv -f "/tmp/${DSM_FILE}" "/tmp/p3/${DSM_FILE}"
|
||||
sudo mkdir -p "/tmp/p3/users"
|
||||
sudo mv -f "/tmp/${DSM_FILE}" "/tmp/p3/users/${DSM_FILE}"
|
||||
echo "Syncing files"
|
||||
sync
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user