更新 install.sh
parent
db11f83914
commit
6999500b1d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue