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

add missing dependencies

This commit is contained in:
Clément 2018-08-02 19:44:54 +02:00
parent fa1bb3d1cd
commit 40c2b9082c

View file

@ -33,5 +33,5 @@ extract_freshrss() {
}
install_freshrss_dependencies() {
ynh_install_app_dependencies php-cli php-gmp
ynh_install_app_dependencies php-cli php-gmp php-curl php-zip
}