From 16bbe53c6ece9a349c48e69b6b416762883f4f44 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 16 Nov 2022 20:44:00 +0800 Subject: [PATCH] Update install.sh --- plugins/php-apt/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/php-apt/install.sh b/plugins/php-apt/install.sh index e8db082a0..8a136581f 100755 --- a/plugins/php-apt/install.sh +++ b/plugins/php-apt/install.sh @@ -78,7 +78,6 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-apt/${type} ];then cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type:0:1}.${type:1:2} install exif cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type:0:1}.${type:1:2} install intl cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type:0:1}.${type:1:2} install mcrypt - cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type:0:1}.${type:1:2} install openssl cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type:0:1}.${type:1:2} install mysqlnd cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${type:0:1}.${type:1:2} install gettext echo "install PHP-APT[${type}] extend end"