From e8d1ea0a3819947bc9d99fc38751468c565d19f9 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 19 May 2024 23:51:11 +0800 Subject: [PATCH] Update install.sh --- plugins/sphinx/install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/sphinx/install.sh b/plugins/sphinx/install.sh index 69be93bc1..045106776 100755 --- a/plugins/sphinx/install.sh +++ b/plugins/sphinx/install.sh @@ -104,10 +104,6 @@ Install_sphinx() wget --no-check-certificate -O ${SPHINX_DIR}/${FILE_TGZ} http://sphinxsearch.com/files/${FILE_TGZ} fi - # if [ ! -f ${SPHINX_DIR}/sphinx-${VERSION}.tar.gz ];then - # wget --no-check-certificate -O ${SPHINX_DIR}/sphinx-${VERSION}.tar.gz https://github.com/midoks/mdserver-web/releases/download/init/sphinx-${VERSION}.tar.gz - # fi - cd ${SPHINX_DIR} && tar -zxvf ${FILE_TGZ} if [ "$?" == "0" ];then