From b73186e95230288d7bd30d0c792dc5244df4a762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Fri, 29 Jul 2022 14:40:46 -0700 Subject: [PATCH] Update mod_builder.sh --- static/mod/mod_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mod/mod_builder.sh b/static/mod/mod_builder.sh index 5b2fdf5..7c56d00 100644 --- a/static/mod/mod_builder.sh +++ b/static/mod/mod_builder.sh @@ -1,6 +1,6 @@ #!/bin/bash export NGINX="1.23.1" -sudo apt-get install libpcre2-dev -y +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