From d92dae066dcf975a1b953ba28bf481bc5f7a8052 Mon Sep 17 00:00:00 2001 From: dami Date: Fri, 3 Apr 2026 21:13:22 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/versions/1.29.2/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/openresty/versions/1.29.2/install.sh b/plugins/openresty/versions/1.29.2/install.sh index c2be5790d..bdfb1f969 100644 --- a/plugins/openresty/versions/1.29.2/install.sh +++ b/plugins/openresty/versions/1.29.2/install.sh @@ -74,7 +74,7 @@ Install_openresty() OPTIONS='' - opensslVersion="3.4.4" + opensslVersion="3.5.5" libresslVersion="3.9.1" pcreVersion='8.45' if [ "$sysName" == "Darwin" ];then @@ -144,7 +144,7 @@ Install_openresty() OPTIONS="${OPTIONS} --with-pcre-jit" OPTIONS="${OPTIONS} --with-http_gzip_static_module" - + #zstd if [ ! -d ${openrestyDir}/zstd-nginx-module ];then cd ${openrestyDir} && wget -O $openrestyDir/zstd-nginx-module.tar.gz https://github.com/tokers/zstd-nginx-module/archive/refs/heads/master.tar.gz cd ${openrestyDir} && tar -zxvf zstd-nginx-module.tar.gz