From 40c2b9082ce0ba5962b75b953a0ef3d187ea7e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Thu, 2 Aug 2018 19:44:54 +0200 Subject: [PATCH] add missing dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 47dbc8e..593bfba 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 }