Update scripts/install
This commit is contained in:
parent
b079255f93
commit
2604c082f9
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ source /usr/share/yunohost/helpers
|
||||||
### $app is the app id (i.e. 'example' for first install,
|
### $app is the app id (i.e. 'example' for first install,
|
||||||
### or 'example__2', '__3'... for multi-instance installs)
|
### 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
|
# INITIALIZE AND STORE SETTINGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue