From 90065f509f1fc9fe02bad71bc5671b56aff715c7 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 3 Aug 2024 21:42:49 +0200 Subject: [PATCH] update: fix fullupgrade for "s" version Signed-off-by: AuxXxilium --- files/initrd/opt/arc/include/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/include/update.sh b/files/initrd/opt/arc/include/update.sh index 6e463c4f..2d7f7340 100755 --- a/files/initrd/opt/arc/include/update.sh +++ b/files/initrd/opt/arc/include/update.sh @@ -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