Update multi-php-install.sh

This commit is contained in:
myvesta 2021-10-20 23:36:26 +02:00 committed by GitHub
commit 5633b839e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,7 @@ fi
apt update
apt upgrade -y
if [ $debian_version -eq 10 ]; then
if [ $debian_version -ge 10 ]; then
a2dismod ruid2
a2dismod suexec
a2dismod php5.6
@ -291,6 +291,7 @@ if [ $debian_version -eq 10 ]; then
a2dismod php7.3
a2dismod php7.4
a2dismod php8.0
a2dismod php8.1
a2dismod mpm_prefork
a2enmod mpm_event
apt-get -y remove libapache2-mod-php*