Skip to content

Commit

Permalink
Fix Firefly to PHP8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Jan 1, 2025
1 parent 50f7ae1 commit 409af1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/firefly-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 409af1b

Please sign in to comment.