Update install.sh

pull/865/head
dami 10 hours ago
parent dee60a5a34
commit 91f75c60c6
  1. 2
      plugins/openresty/versions/1.29.2/install.sh

@ -148,8 +148,6 @@ Install_openresty()
if [ ! -d ${openrestyDir}/zstd-nginx-module ];then
cd ${openrestyDir} && wget -O $openrestyDir/zstd-nginx-module.tar.gz https://github.com/tokers/zstd-nginx-module/archive/refs/heads/master.tar.gz
cd ${openrestyDir} && tar -zxvf zstd-nginx-module.tar.gz
cd ${openrestyDir}/zstd-nginx-module-master
OPTIONS="${OPTIONS} --add-module=${openrestyDir}/zstd-nginx-module-master"
fi

Loading…
Cancel
Save