Update install.sh

This commit is contained in:
midoks 2022-12-21 22:25:36 +08:00
parent 5dbf89b872
commit bb4067aa6b
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ Install_App()
if [ ! -f $serverPath/source/webstats/lsqlite3_fsl09y.zip ];then
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
#delete
rm -rf $serverPath/source/webstats/lsqlite3_fsl09y.zip
fi
PATH=${serverPath}/openresty/luajit:${serverPath}/openresty/luajit/include/luajit-2.1:$PATH