Update install.sh

pull/632/head
Mr Chen 5 months ago
parent 71dc92f59d
commit 3182bac95e
  1. 2
      plugins/php/install.sh

@ -63,7 +63,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
# 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 /www/server/mdserver-web/plugins/php/versions/common && bash fileinfo.sh install 81
# cd ${rootPath}/plugins/php/versions/common && bash curl.sh install ${type}
cd ${rootPath}/plugins/php/versions/common && bash curl.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 exif.sh install ${type}

Loading…
Cancel
Save