From 611c128c9c3edd2715e88b8d034b627028762782 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 25 Jun 2023 22:29:35 +0200 Subject: [PATCH] Install nodejs --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index 6266ab4..c172c68 100755 --- a/scripts/install +++ b/scripts/install @@ -9,6 +9,13 @@ source _common.sh source /usr/share/yunohost/helpers +#================================================= +# INSTALL DEPENDENCIES +#================================================= +ynh_script_progression --message="Installing dependencies..." + +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version + #================================================= # APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC) #=================================================