Set version using the first argument

This commit is contained in:
AdamN
2025-06-07 20:40:11 +07:00
committed by GitHub
parent ad23f1f412
commit 5ac0dfebfa
+1 -1
View File
@@ -6,7 +6,7 @@ ARCH="$(uname -m)"
LIB4BN="https://raw.githubusercontent.com/VHSgunzo/sharun/refs/heads/main/lib4bin"
URUNTIME="https://github.com/VHSgunzo/uruntime/releases/latest/download/uruntime-appimage-dwarfs-$ARCH"
UPINFO="gh-releases-zsync|$(echo "$GITHUB_REPOSITORY" | tr '/' '|')|latest|*$ARCH.AppImage.zsync"
VERSION=test
VERSION=${1:-test}
SYS_LIB_DIR="/usr/lib"
if [ -d /usr/lib/"$ARCH"-linux-gnu ]; then