Update install

This commit is contained in:
ƬHE ЯAW ☣
2022-03-18 23:14:48 +01:00
committed by GitHub
parent e7a1922b2b
commit cfef8ab897
+2 -1
View File
@@ -50,6 +50,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
cd /opt/mod/ModSecurity && ./configure && make -j`nproc` && make install cd /opt/mod/ModSecurity && ./configure && make -j`nproc` && make install
# Nginx # Nginx
cd /opt/ && https://nginx.org/download/nginx-1.21.6.tar.gz && tar xf nginx-1.21.6.tar.gz && rm -Rf nginx-1.21.6.tar.gz cd /opt/ && wget https://nginx.org/download/nginx-1.21.6.tar.gz && tar xf nginx-1.21.6.tar.gz && rm -Rf nginx-1.21.6.tar.gz
cd /opt/nginx-1.21.6 && curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/focal-patch/static/builder > builder; bash builder
;; ;;
esac esac