Update install.sh

This commit is contained in:
midoks 2022-12-02 23:25:54 +08:00
parent dd27af9ede
commit e7f74a482f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
# 安装通用扩展
echo "install PHP${type} extend start"
# cd /www/server/mdserver-web/plugins/php/versions/common && bash iconv.sh install 56
# cd /www/server/mdserver-web/plugins/php/versions/common && bash iconv.sh install 53
# cd /www/server/mdserver-web/plugins/php/versions/common && bash gd.sh install 56
# cd /www/server/mdserver-web/plugins/php/versions/common && bash openssl.sh install 56
cd ${rootPath}/plugins/php/versions/common && bash gd.sh install ${type}