Update install.sh

This commit is contained in:
Mr Chen 2024-11-26 03:46:00 +08:00
parent 7da0fa4379
commit 88b86b2b2b
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
cd ${rootPath}/plugins/php/versions/common && bash gettext.sh install ${type}
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}