From 7adfd7a589a5fe2ea1b69966cdcdf1c20849074c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 11 Jun 2024 15:16:20 +0800 Subject: [PATCH] Update install.sh --- plugins/php-apt/install.sh | 1 + 1 file changed, 1 insertion(+) 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