ubuntu-up.sh

This commit is contained in:
2025-11-09 19:41:36 +01:00
parent 36f601678d
commit 5bc50b81bc

View File

@@ -11,7 +11,7 @@ run() {
apt update -y apt update -y
apt install -y wget apt install -y wget
wget -P /tmp ${BASE_URL}/ubuntu-${UBUNTUVER}/ubuntu-up.sh wget -P /tmp ${BASE_URL}/ubuntu-${UBUNTUVER}/ubuntu-up.sh
bash /tmp/ubuntu-up bash /tmp/ubuntu-up.sh
} }
getVer getVer