From 7a16486105a3fd53f4660a244d937bcae7ef4adb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Jun 2024 17:00:03 +0800 Subject: [PATCH] Update common.sh --- plugins/php-apt/versions/common.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/php-apt/versions/common.sh b/plugins/php-apt/versions/common.sh index dee70f882..53ab0feb0 100644 --- a/plugins/php-apt/versions/common.sh +++ b/plugins/php-apt/versions/common.sh @@ -28,9 +28,6 @@ FILE=${curPath}/${version}/${extName}.sh FILE_COMMON=${curPath}/common/${extName}.sh # apt install -y php81-php-yar - - - if [ "$action" == 'install' ];then if [ -f $FILE ];then @@ -42,7 +39,6 @@ if [ "$action" == 'install' ];then fi fi - # apt remove -y php81-php-yar if [ "$action" == 'uninstall' ];then if [ -f $FILE ];then