mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
php8.3 installer fix
This commit is contained in:
parent
8ef3fb0357
commit
add9c5c5e7
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ if [ $debian_version -ge 10 ]; then
|
|||
a2dismod php8.0 > /dev/null 2>&1
|
||||
a2dismod php8.1 > /dev/null 2>&1
|
||||
a2dismod php8.2 > /dev/null 2>&1
|
||||
a2dismod php8.3 > /dev/null 2>&1
|
||||
a2dismod mpm_prefork > /dev/null 2>&1
|
||||
a2enmod mpm_event > /dev/null 2>&1
|
||||
apt-get -y remove libapache2-mod-php* > /dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue