Update install.sh

This commit is contained in:
Mr Chen 2024-12-09 23:29:57 +08:00
parent 93b39f4fb0
commit 08aa864fa0
1 changed files with 2 additions and 7 deletions

View File

@ -76,13 +76,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
cd ${rootPath}/plugins/php/versions/common && bash redis.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash memcached.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash pcntl.sh install ${type}
if [ "${type}" -gt "73" ];then
cd ${rootPath}/plugins/php/versions/common && bash zlib.sh install ${type}
fi
cd ${rootPath}/plugins/php/versions/common && bash zip.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash zlib.sh install ${type}
echo "install PHP${type} extend end"