Update install

This commit is contained in:
2018-06-21 12:10:41 +02:00
committed by GitHub
parent 1319af22d6
commit 3b89bd208f
+3 -3
View File
@@ -134,9 +134,9 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
# Download Nginx # Download Nginx
mkdir -p /opt/nginx/sources/ mkdir -p /opt/nginx/sources/
cd /opt/nginx/sources/ cd /opt/nginx/sources/
wget 'http://nginx.org/download/nginx-1.14.0.tar.gz' wget 'http://nginx.org/download/nginx-1.15.0.tar.gz'
tar -xzvf nginx-1.14.0.tar.gz; rm -Rf nginx-1.14.0.tar.gz tar -xzvf nginx-1.15.0.tar.gz; rm -Rf nginx-1.15.0.tar.gz
cd /opt/nginx/sources/nginx-1.14.0/ cd /opt/nginx/sources/nginx-1.15.0/
wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nbuild.sh wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nbuild.sh
chmod +x nbuild.sh chmod +x nbuild.sh
./nbuild.sh ./nbuild.sh