From d86e6dd5c4e336d484bc2e2b84b9b9c50007338c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Jun 2024 17:10:32 +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 d7866f19b..d0e810a6a 100755 --- a/plugins/php-apt/install.sh +++ b/plugins/php-apt/install.sh @@ -110,6 +110,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-apt/${type} ];then 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 + cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install opcache echo "install PHP-APT[${type}] extend end" if [ ! -f /usr/local/bin/composer ];then