Update install.sh
This commit is contained in:
parent
fd81666453
commit
c39076dfb7
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue