Update scripts/install

This commit is contained in:
denis 2024-11-15 12:15:51 -05:00
parent b079255f93
commit 2604c082f9

View file

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