Update install.sh

pull/598/head
Mr Chen 11 months ago
parent c1459377a1
commit 31e3c4442f
  1. 2
      plugins/php-yum/install.sh

@ -76,6 +76,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install redis
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install memcached
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install mbstring
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install mongodb
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install zip
echo "install PHP-YUM[${type}] extend end"
#初始化

Loading…
Cancel
Save