1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

add more dependencies

This commit is contained in:
Clément 2019-11-06 22:20:54 +01:00
parent fd7959e7e7
commit 4f1294ed4e

View file

@ -7,7 +7,7 @@
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
pkg_dependencies="php5-gd"
else
pkg_dependencies="php-gd php-zip php-dom php-mbstring php-gmp php-sqlite3"
pkg_dependencies="php-gd php-zip php-dom php-mbstring php-gmp php-sqlite3 php-curl php-intl php-xml"
fi
#=================================================