Update install
This commit is contained in:
@@ -30,7 +30,8 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
|
|||||||
echo "./setup clean"
|
echo "./setup clean"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
nginxVersion=$(curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/v2/data/nginxVersion)
|
||||||
|
|
||||||
apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y;
|
apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y;
|
||||||
apt-get install sudo -y
|
apt-get install sudo -y
|
||||||
apt-get install build-essential libssl-dev curl nano wget zip unzip git -y
|
apt-get install build-essential libssl-dev curl nano wget zip unzip git -y
|
||||||
@@ -228,6 +229,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
nginxVersion=$(curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/v2/data/nginxVersion)
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt dist-upgrade -y
|
apt dist-upgrade -y
|
||||||
@@ -407,7 +409,8 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
|
|||||||
echo "./setup clean"
|
echo "./setup clean"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
nginxVersion=$(curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/v2/data/nginxVersion)
|
||||||
|
|
||||||
apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y;
|
apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y;
|
||||||
apt-get install sudo -y
|
apt-get install sudo -y
|
||||||
apt-get install build-essential libssl-dev curl nano wget zip unzip git -y
|
apt-get install build-essential libssl-dev curl nano wget zip unzip git -y
|
||||||
|
|||||||
Reference in New Issue
Block a user