Update install
This commit is contained in:
@@ -134,9 +134,9 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
|
||||
# Download Nginx
|
||||
mkdir -p /opt/nginx/sources/
|
||||
cd /opt/nginx/sources/
|
||||
wget 'http://nginx.org/download/nginx-1.15.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.15.0/
|
||||
wget 'http://nginx.org/download/nginx-1.15.3.tar.gz'
|
||||
tar -xzvf nginx-1.15.3.tar.gz; rm -Rf nginx-1.15.3.tar.gz
|
||||
cd /opt/nginx/sources/nginx-1.15.3/
|
||||
wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nbuild.sh
|
||||
chmod +x nbuild.sh
|
||||
./nbuild.sh
|
||||
|
||||
Reference in New Issue
Block a user