Re-install php-fpm
I missed in the earlier commit that this wasn't getting reinstalled
This commit is contained in:
parent
2f6891f2dd
commit
f6000baff3
@ -40,7 +40,7 @@ function update_script() {
|
||||
$STD apt-get remove -y php"${CURRENT_PHP//./}"*
|
||||
$STD apt-get install -y \
|
||||
php8.4 composer \
|
||||
php8.4-{gd,mysql,mbstring,bcmath,xml,curl,zip,intl} \
|
||||
php8.4-{gd,mysql,mbstring,bcmath,xml,curl,zip,intl,fpm} \
|
||||
libapache2-mod-php8.4
|
||||
msg_ok "Migrated PHP $CURRENT_PHP to 8.4"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user