Update install.sh

pull/618/head
Mr Chen 10 months ago
parent 69fc4323f3
commit de402e9996
  1. 1
      plugins/php-apt/install.sh

@ -102,6 +102,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-apt/${type} ];then
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install intl
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install xml
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install mcrypt
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install bcmath
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install mysqlnd
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install mysql
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install gettext

Loading…
Cancel
Save