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 #=================================================