From bada735bc95c7f91a52e386e2cf83eb1efe4865f Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 24 Jul 2022 01:03:23 +0800 Subject: [PATCH] Update install.sh --- plugins/webstats/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/webstats/install.sh b/plugins/webstats/install.sh index cb856f4d3..1b881dd11 100755 --- a/plugins/webstats/install.sh +++ b/plugins/webstats/install.sh @@ -37,7 +37,7 @@ Install_App() # luarocks if [ ! -f $serverPath/source/webstats/luarocks-3.5.0.tar.gz ];then - wget -O $serverPath/source/webstats/luarocks-3.5.0.tar.gz https://luarocks.org/releases/luarocks-3.5.0.tar.gz + wget --no-check-certificate -O $serverPath/source/webstats/luarocks-3.5.0.tar.gz http://luarocks.org/releases/luarocks-3.5.0.tar.gz fi # which luarocks @@ -53,7 +53,7 @@ Install_App() if [ ! -f $serverPath/source/webstats/lsqlite3_fsl09y.zip ];then - wget -O $serverPath/source/webstats/lsqlite3_fsl09y.zip http://lua.sqlite.org/index.cgi/zip/lsqlite3_fsl09y.zip?uuid=fsl_9y + wget --no-check-certificate -O $serverPath/source/webstats/lsqlite3_fsl09y.zip http://lua.sqlite.org/index.cgi/zip/lsqlite3_fsl09y.zip?uuid=fsl_9y cd $serverPath/source/webstats && unzip lsqlite3_fsl09y.zip fi