From ae8f3d1b8e97613c4b04251bb12011a9c5a456af Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 Jan 2026 13:50:27 +0100 Subject: [PATCH] Remove 'zlib' module from PHP setup --- 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 e8605711a..0333e833d 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.4" PHP_MODULE="curl,common,xml,mbstring,intl,zip,pgsql,gmp,zlib" PHP_APACHE="YES" setup_php +PHP_VERSION="8.4" PHP_MODULE="curl,common,xml,mbstring,intl,zip,pgsql,gmp" PHP_APACHE="YES" setup_php PG_VERSION="16" setup_postgresql PG_DB_NAME="freshrss" PG_DB_USER="freshrss_usr" setup_postgresql_db