Update install.sh

pull/282/head
midoks 2 years ago
parent e492abf354
commit c013db9d41
  1. 3
      plugins/php/install.sh

@ -57,6 +57,9 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
# 安装通用扩展 # 安装通用扩展
echo "install PHP${type} extend start" echo "install PHP${type} extend start"
# 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} cd ${rootPath}/plugins/php/versions/common && bash gd.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash iconv.sh install ${type} cd ${rootPath}/plugins/php/versions/common && bash iconv.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash exif.sh install ${type} cd ${rootPath}/plugins/php/versions/common && bash exif.sh install ${type}

Loading…
Cancel
Save