Update install

This commit is contained in:
ƬHE ЯAW ☣
2023-01-02 03:56:35 +01:00
committed by GitHub
parent 2874ed53fe
commit f0822bf90c
+1 -1
View File
@@ -60,7 +60,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
cd /opt/mod && wget https://github.com/PCRE2Project/pcre2/archive/refs/tags/pcre2-${FOCAL_PCRE}.tar.gz
cd /opt/mod && tar xf pcre2-${FOCAL_PCRE}.tar.gz; rm -Rf pcre2-${FOCAL_PCRE}.tar.gz
cd /opt/mod/pcre2-pcre2-${FOCAL_PCRE} && ./autogen.sh
cd /opt/mod/pcre2-pcre2-${FOCAL_PCRE} && ./configure
cd /opt/mod/pcre2-pcre2-${FOCAL_PCRE} && ./configure && make -j`nproc` && make install
# Nginx
cd /opt/ && wget https://nginx.org/download/nginx-${FOCAL_VERSION_NGINX}.tar.gz && tar xf nginx-${FOCAL_VERSION_NGINX}.tar.gz && rm -Rf nginx-${FOCAL_VERSION_NGINX}.tar.gz