diff --git a/ubuntu-up.sh b/ubuntu-up.sh index f587dfd..cd0a6e7 100644 --- a/ubuntu-up.sh +++ b/ubuntu-up.sh @@ -11,7 +11,7 @@ run() { apt update -y apt install -y wget wget -P /tmp ${BASE_URL}/ubuntu-${UBUNTUVER}/ubuntu-up.sh - bash /tmp/ubuntu-up + bash /tmp/ubuntu-up.sh } getVer