Re-install php-fpm

I missed in the earlier commit that this wasn't getting reinstalled
This commit is contained in:
James Polley 2025-05-17 15:57:50 +10:00 committed by GitHub
parent 2f6891f2dd
commit f6000baff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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