From 409af1b14a3e87016f97b24f1306e0387b46ab1b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:58:09 +0100 Subject: [PATCH] Fix Firefly to PHP8.4 --- install/firefly-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/firefly-install.sh b/install/firefly-install.sh index 1e9bf4558..371d2601b 100644 --- a/install/firefly-install.sh +++ b/install/firefly-install.sh @@ -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"