Update install.sh

pull/805/head
dami 3 weeks ago
parent c7ef2eeec7
commit bddf214f91
  1. 2
      plugins/webstats/install.sh

@ -72,7 +72,7 @@ Install_App()
make install
if [ ! -f $serverPath/source/webstats/lsqlite3_v096.zip ];then
wget --no-check-certificate -O $serverPath/source/webstats/lsqlite3_v096.zip "http://lua.sqlite.org/home/zip/lsqlite3_v096.zip?uuid=v0.9.6&proof=554053866"
wget --no-check-certificate -O $serverPath/source/webstats/lsqlite3_v096.zip https://github.com/midoks/mdserver-web/releases/download/0.18.4/lsqlite3_v096.zip
fi
if [ ! -d $serverPath/source/webstats/lsqlite3_v096 ];then

Loading…
Cancel
Save