diff --git a/plugins/php-apt/install.sh b/plugins/php-apt/install.sh index 10ac2d008..7b7105d82 100755 --- a/plugins/php-apt/install.sh +++ b/plugins/php-apt/install.sh @@ -97,6 +97,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-apt/${type} ];then cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install memcached cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install mbstring cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install zip + cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install mongodb echo "install PHP-APT[${type}] extend end" if [ ! -f /usr/local/bin/composer ];then