From 2604c082f9e6ba515b6f36535a340a5b1c967865 Mon Sep 17 00:00:00 2001 From: denis Date: Fri, 15 Nov 2024 12:15:51 -0500 Subject: [PATCH] Update scripts/install --- scripts/install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install b/scripts/install index b611572..daafd8d 100755 --- a/scripts/install +++ b/scripts/install @@ -26,6 +26,11 @@ source /usr/share/yunohost/helpers ### $app is the app id (i.e. 'example' for first install, ### or 'example__2', '__3'... for multi-instance installs) +ynh_script_progression --message="Installing dependencies..." --weight=7 + +# Install Nodejs +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=20 + #================================================= # INITIALIZE AND STORE SETTINGS #=================================================