Skip to content

Commit 64fac95

Browse files
authored
FreshRSS: fix needed php modules (#5886)
1 parent 786c917 commit 64fac95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/freshrss-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
PHP_VERSION="8.2" PHP_MODULE="dom,json,ctype,pgsql,gmp,iconv" PHP_APACHE="YES" setup_php
16+
PHP_VERSION="8.2" PHP_MODULE="curl,xml,mbstring,intl,zip,pgsql,gmp" PHP_APACHE="YES" setup_php
1717
PG_VERSION="16" setup_postgresql
1818

1919
msg_info "Setting up PostgreSQL"

0 commit comments

Comments
 (0)