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

add php-gmp dependency

This commit is contained in:
Clément 2019-10-24 20:08:54 +02:00
parent a87fb85e6e
commit 8fcacc5e6b

View file

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