mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:49:52 +07:00
update: fix fullupgrade for "s" version
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
cbb55ac160
commit
90065f509f
@ -45,7 +45,7 @@ function upgradeLoader () {
|
||||
# Download update file
|
||||
echo "Downloading ${TAG}"
|
||||
if [ -n "${ARCBRANCH}" ]; then
|
||||
local URL="https://github.com/AuxXxilium/arc/releases/download/${TAG}/arc-${ARCBRANCH}-${TAG}.img.zip"
|
||||
local URL="https://github.com/AuxXxilium/arc/releases/download/${TAG}/arc-${TAG}-${ARCBRANCH}.img.zip"
|
||||
else
|
||||
local URL="https://github.com/AuxXxilium/arc/releases/download/${TAG}/arc-${TAG}.img.zip"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user