From 9566e23ddb38cff0ad6469e5e32f132776ac8acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Wed, 28 Dec 2022 03:26:17 +0100 Subject: [PATCH] Update Builder.sh --- static/Focal/mod/Builder.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/Focal/mod/Builder.sh b/static/Focal/mod/Builder.sh index a1d035a..cd02520 100644 --- a/static/Focal/mod/Builder.sh +++ b/static/Focal/mod/Builder.sh @@ -4,7 +4,7 @@ sudo apt-get install libpcre2-dev mercurial -y cd /opt/mod/; git clone https://github.com/vision5/ngx_devel_kit.git ngx_devel_kit cd /opt/mod/; git clone https://github.com/apache/incubator-pagespeed-ngx.git pagespeed cd /opt/mod/; git clone https://github.com/leev/ngx_http_geoip2_module.git geoip2 -cd /opt/mod/; git clone https://github.com/nbs-system/naxsi.git naxsi; cd /opt/mod/naxsi; git reset --hard 304e66d; wget https://patch-diff.githubusercontent.com/raw/nbs-system/naxsi/pull/598.patch; patch -p1 < 598.patch +cd /opt/mod/; git clone --recurse-submodules https://github.com/wargio/naxsi.git naxsi cd /opt/mod/; git clone https://github.com/SpiderLabs/ModSecurity-nginx.git ModSecurity-nginx cd /opt/mod/; git clone https://github.com/google/ngx_brotli.git ngx_brotli cd /opt/mod/; git clone https://github.com/winshining/nginx-http-flv-module.git flv_mod @@ -12,7 +12,6 @@ cd /opt/mod/; git clone https://github.com/openresty/headers-more-nginx-module.g cd /opt/mod/; git clone https://github.com/openresty/lua-nginx-module.git lua cd /opt/mod/; git clone https://github.com/openresty/set-misc-nginx-module.git misc cd /opt/mod/; git clone https://github.com/kyprizel/testcookie-nginx-module.git testcookie -cd /opt/mod/; git clone --recurse-submodules https://github.com/wargio/naxsi.git naxsi cd /opt/mod/ngx_brotli && git submodule update --init cd /opt/mod/pagespeed; wget https://dl.google.com/dl/page-speed/psol/1.13.35.2-x64.tar.gz; tar -xzvf 1.13.35.2-x64.tar.gz; rm -Rf 1.13.35.2-x64.tar.gz