Update install.sh

This commit is contained in:
midoks 2022-07-15 09:18:21 +08:00
parent 75bf2700da
commit 0cf930d8bb
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ Install_sphinx()
mkdir -p $serverPath/sphinx
SPHINX_DIR=${serverPath}/source/sphinx
mkdir -p $SPHINX_DIR
if [ ! -f ${SPHINX_DIR}/sphinx-3.1.1.tar.gz ];then
if [ $sysName == 'Darwin' ]; then
wget -O ${SPHINX_DIR}/sphinx-3.1.1.tar.gz http://sphinxsearch.com/files/sphinx-3.1.1-612d99f-darwin-amd64.tar.gz