Update common.sh

pull/602/head
Mr Chen 11 months ago
parent 4a05152adc
commit 7a16486105
  1. 4
      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

Loading…
Cancel
Save