|
|
@ -28,9 +28,6 @@ FILE=${curPath}/${version}/${extName}.sh |
|
|
|
FILE_COMMON=${curPath}/common/${extName}.sh |
|
|
|
FILE_COMMON=${curPath}/common/${extName}.sh |
|
|
|
|
|
|
|
|
|
|
|
# apt install -y php81-php-yar |
|
|
|
# apt install -y php81-php-yar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$action" == 'install' ];then |
|
|
|
if [ "$action" == 'install' ];then |
|
|
|
|
|
|
|
|
|
|
|
if [ -f $FILE ];then |
|
|
|
if [ -f $FILE ];then |
|
|
@ -42,7 +39,6 @@ if [ "$action" == 'install' ];then |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# apt remove -y php81-php-yar |
|
|
|
# apt remove -y php81-php-yar |
|
|
|
if [ "$action" == 'uninstall' ];then |
|
|
|
if [ "$action" == 'uninstall' ];then |
|
|
|
if [ -f $FILE ];then |
|
|
|
if [ -f $FILE ];then |
|
|
|