From c39076dfb7b80f715e3217f4b00da5bdfeea694f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 23 Jul 2024 12:50:13 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/versions/1.17.8/install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/openresty/versions/1.17.8/install.sh b/plugins/openresty/versions/1.17.8/install.sh index efb019f4c..69b6ef9a2 100644 --- a/plugins/openresty/versions/1.17.8/install.sh +++ b/plugins/openresty/versions/1.17.8/install.sh @@ -72,10 +72,6 @@ Install_openresty() cd ${openrestyDir} && tar -zxvf openresty-${VERSION}.tar.gz OPTIONS='' - if [ "$VERSION" == "1.19.3.1" ]; then - OPTIONS="${OPTIONS} --with-ipv6" - fi - opensslVersion="1.1.1p" libresslVersion="3.9.1"