From c009c612f42c3db86de377311bd4d52956610337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Fri, 28 May 2021 11:52:19 +0200 Subject: [PATCH] Update install --- install | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install b/install index a313484..443e845 100644 --- a/install +++ b/install @@ -130,9 +130,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.5.tar.gz' - tar -xzvf nginx-1.15.5.tar.gz; rm -Rf nginx-1.15.5.tar.gz - cd /opt/nginx/sources/nginx-1.15.5/ + wget 'http://nginx.org/download/nginx-1.19.9.tar.gz' + tar -xzvf nginx-1.19.9.tar.gz; rm -Rf nginx-1.19.9.tar.gz + cd /opt/nginx/sources/nginx-1.19.9/ wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nbuild.sh chmod +x nbuild.sh ./nbuild.sh @@ -316,9 +316,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.5.tar.gz' - tar -xzvf nginx-1.15.5.tar.gz; rm -Rf nginx-1.15.5.tar.gz - cd /opt/nginx/sources/nginx-1.15.5/ + wget 'http://nginx.org/download/nginx-1.19.9.tar.gz' + tar -xzvf nginx-1.19.9.tar.gz; rm -Rf nginx-1.19.9.tar.gz + cd /opt/nginx/sources/nginx-1.19.9/ wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nbuild.sh chmod +x nbuild.sh ./nbuild.sh