Update install.sh

This commit is contained in:
Mr Chen 2024-07-20 01:32:12 +08:00
parent 0c45a5035b
commit e5f3e85f8b
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install mbstring
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install mongodb
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install zip
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install simplexml
echo "install PHP-YUM[${type}] extend end"
#初始化