From 3b89bd208f2928823c99e128615375d81efc3163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Thu, 21 Jun 2018 12:10:41 +0200 Subject: [PATCH] Update install --- install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 386563b..da45d4f 100644 --- a/install +++ b/install @@ -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.14.0.tar.gz' - tar -xzvf nginx-1.14.0.tar.gz; rm -Rf nginx-1.14.0.tar.gz - cd /opt/nginx/sources/nginx-1.14.0/ + 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 https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/nbuild.sh chmod +x nbuild.sh ./nbuild.sh