更新 install.sh

main
yanglc 2024-12-31 01:21:25 +08:00
parent db11f83914
commit 6999500b1d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ FUCHSIA="\033[0;35m"
apt update -y && apt install vim curl lsof wget -y
apt install build-essential libpcre3 libpcre3-dev zlib1g-dev openssl libssl-dev host net-tools dnsutils whois -y
wget -N --no-check-certificate openresty-1.27.1.1.tar.gz && tar -xvzf openresty-1.27.1.1.tar.gz
wget -N --no-check-certificate https://zfile.mymisaka.net/directlink/ca/openresty-1.27.1.1.tar.gz && tar -xvzf openresty-1.27.1.1.tar.gz
cd openresty-1.27.1.1
./configure \
--prefix=/etc/nginx \