From f30d25b8aecbb62988f55bc30d6a4b09a46cd00c Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Wed, 7 May 2025 08:00:55 +0200 Subject: [PATCH] Update debian-installer.sh --- debian-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-installer.sh b/debian-installer.sh index 576cc59..2f4c7ca 100644 --- a/debian-installer.sh +++ b/debian-installer.sh @@ -210,7 +210,7 @@ function doREPORT { } function doSWAP { - 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..." + wget "https://git.zaks.web.za/thisiszeev/linux-server-tools/releases/download/autoswap-v1.01.01/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