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