From 98792e9394c0d995062c8df16d54497afe095ef2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Feb 2026 19:54:21 +0100 Subject: [PATCH] typo qf --- install/firefly-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/firefly-install.sh b/install/firefly-install.sh index 4cb2bfbf6..ab8712c01 100644 --- a/install/firefly-install.sh +++ b/install/firefly-install.sh @@ -72,7 +72,7 @@ cat </etc/apache2/sites-available/firefly.conf EOF chown www-data:www-data /opt/firefly/storage/oauth-*.key -$STD a2enmod php8.4 +$STD a2enmod php8.5 $STD a2enmod rewrite $STD a2ensite firefly.conf $STD a2dissite 000-default.conf