From a929f7ffd02b4860cf74a85371c46507816e33fc Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Wed, 7 May 2025 07:49:29 +0200 Subject: [PATCH] Fixed downloading issue for AutoSWAP --- debian-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-installer.sh b/debian-installer.sh index 3402adb..576cc59 100644 --- a/debian-installer.sh +++ b/debian-installer.sh @@ -1,6 +1,6 @@ #!/bin/bash -INSTALLERVERSION="1.01.02" +INSTALLERVERSION="1.01.03" if [[ $(whoami) != "root" ]]; then echo "You must be root to run this script!" @@ -210,7 +210,7 @@ function doREPORT { } function doSWAP { - wget "https://git.zaks.web.za/thisiszeev/linux-server-tools/releases/download/autoswap/autoswap-v1.01.01.zip" > /dev/null 2>> installer-errors.log || failMsg "Failed to download Auto SWAP..." + wget "https://git.zaks.web.za/thisiszeev/linux-server-tools/archive/autoswap-v1.01.01.zip" > /dev/null 2>> installer-errors.log || failMsg "Failed to download Auto SWAP..." mkdir autoswap unzip autoswap-v1.01.01.zip -d ./autoswap mkdir /etc/autoswap