Update upgrade: gotta install nodejs in upgrade too otherwise nodejs_version setting may be empty (fetched by ynh_use_nodejs) from legacy installs ...
This commit is contained in:
parent
3ea0844cb9
commit
c37930f4ad
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
|||
source _common.sh
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing nodejs..."
|
||||
|
||||
ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue