From 64fac95a0311527653f33b54d5fe047da5dedfeb Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 9 Jul 2025 19:00:33 +0200 Subject: [PATCH] FreshRSS: fix needed php modules (#5886) --- install/freshrss-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/freshrss-install.sh b/install/freshrss-install.sh index bd188b340..3b958c04c 100644 --- a/install/freshrss-install.sh +++ b/install/freshrss-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -PHP_VERSION="8.2" PHP_MODULE="dom,json,ctype,pgsql,gmp,iconv" PHP_APACHE="YES" setup_php +PHP_VERSION="8.2" PHP_MODULE="curl,xml,mbstring,intl,zip,pgsql,gmp" PHP_APACHE="YES" setup_php PG_VERSION="16" setup_postgresql msg_info "Setting up PostgreSQL"