Update debian-installer.sh
This commit is contained in:
parent
39589a257e
commit
f30d25b8ae
|
@ -210,7 +210,7 @@ function doREPORT {
|
||||||
}
|
}
|
||||||
|
|
||||||
function doSWAP {
|
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
|
mkdir autoswap
|
||||||
unzip autoswap-v1.01.01.zip -d ./autoswap
|
unzip autoswap-v1.01.01.zip -d ./autoswap
|
||||||
mkdir /etc/autoswap
|
mkdir /etc/autoswap
|
||||||
|
|
Loading…
Reference in New Issue