From 1b77aff972fe9331d74d6d46c667b2ceecb5a20a Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Thu, 24 Nov 2022 10:16:19 +0000 Subject: [PATCH] Update install to be safe install jq as a dependency --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6b8cc34..6ebe408 100644 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,9 @@ fi ynh_script_progression --message="Installing dependencies..." --weight=20 ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version -ynh_package_install jq + +# WE NEED jq TO REWRITE ssowat conf because of core bug trailing slash with sandbox domain +ynh_install_app_dependencies --package=jq #================================================= # CREATE DEDICATED USER