From bb3aca51823d9d2b6299bf83e6ff809a40243a1f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 7 Dec 2021 19:17:53 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fdd0426..451ddca 100644 --- a/scripts/install +++ b/scripts/install @@ -85,7 +85,7 @@ ynh_script_progression --message="Installing dependencies..." ynh_install_nodejs --nodejs_version=$NODEJS_VERSION # Install dependencies -ynh_install_app_dependencies $pkg_dependencies +ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies # Install ffmpeg from backports for Debian Jessie and from main for others if [ "$(lsb_release --codename --short)" == "jessie" ]; then