Fix Firefly to PHP8.4

This commit is contained in:
CanbiZ 2025-01-01 12:58:09 +01:00 committed by GitHub
parent 50f7ae1237
commit 409af1b14a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,8 @@ echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.
$STD apt-get update
$STD apt-get install -y \
apache2 \
libapache2-mod-php8.3 \
php8.3-{bcmath,cli,intl,curl,zip,gd,xml,mbstring,mysql} \
libapache2-mod-php8.4 \
php8.4-{bcmath,cli,intl,curl,zip,gd,xml,mbstring,mysql} \
mariadb-server \
composer
msg_ok "Installed Dependencies"