From 66187beabccee45792758d4cffe9cf4b70e472dc Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 16 Nov 2022 20:20:41 +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 34c8d02c3..b80540a24 100755 --- a/plugins/php-apt/install.sh +++ b/plugins/php-apt/install.sh @@ -79,6 +79,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-apt/${type} ];then cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install intl cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install mcrypt cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install openssl + cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install mysqlnd cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type} install gettext echo "install PHP-APT[${type}] extend end"