Update install

This commit is contained in:
2019-04-16 00:14:56 +02:00
committed by GitHub
parent 1d910d760e
commit d92a921009
+2 -2
View File
@@ -30,7 +30,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
echo "./setup clean"
exit 1
fi
nginxVersion=$(curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/v2/data/nginxVersion)
nginxVersion=$(curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/data/nginxVersion)
apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y;
apt-get install sudo -y
@@ -229,7 +229,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
exit 1
fi
nginxVersion=$(curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/v2/data/nginxVersion)
nginxVersion=$(curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/data/nginxVersion)
apt update
apt upgrade -y
apt dist-upgrade -y