Update install.sh

This commit is contained in:
Mr Chen 2024-07-23 12:50:13 +08:00
parent fd81666453
commit c39076dfb7
1 changed files with 0 additions and 4 deletions

View File

@ -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"