From 6fb266bf74b58739cdecd78cca06d2c8de7f42ef Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 20 Jan 2024 16:27:40 +0100 Subject: [PATCH] use nodejs version from _common.sh --- scripts/install | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1a2405a..079e4de 100644 --- a/scripts/install +++ b/scripts/install @@ -9,7 +9,12 @@ source _common.sh source /usr/share/yunohost/helpers -ynh_install_nodejs --nodejs_version=16.13.0 # TODO : need to decide of a better version +#================================================= +# INSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Installing nodejs..." + +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version ynh_use_nodejs #=================================================