Update install.sh

This commit is contained in:
midoks 2022-11-16 20:20:41 +08:00
parent 82fd78080c
commit 66187beabc
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-apt/${type} ];then
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install intl
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install mcrypt
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install openssl
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install mysqlnd
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install gettext
echo "install PHP-APT[${type}] extend end"