From 5bc50b81bc7c60ef7b6a2a3662fa60a67ff92e2e Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 9 Nov 2025 19:41:36 +0100 Subject: [PATCH] ubuntu-up.sh --- ubuntu-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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