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