Update install
This commit is contained in:
parent
d43dbcf609
commit
43fb9c5e08
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ source /usr/share/yunohost/helpers
|
|||
ynh_script_progression --message="Installing nodejs..." --weight=2
|
||||
|
||||
ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||
ynh_use_nodejs
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
@ -53,6 +52,7 @@ yunohost service add $app --description="Monitoring tool" --log="/var/log/$app/$
|
|||
#REMOVEME? ynh_script_progression --message="Installing Uptime Kuma dependencies..." --weight=7
|
||||
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue