diff --git a/install.sh b/install.sh index 9a5e6f0..1fc05fa 100644 --- a/install.sh +++ b/install.sh @@ -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 \