Update install.sh
This commit is contained in:
parent
5dbf89b872
commit
bb4067aa6b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue