1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-09-21 08:54:12 +02:00
parent 9280d5c31b
commit 168ba345b4

View file

@ -54,6 +54,7 @@ ynh_script_progression --message="Installing $app dependencies..." --weight=7
pushd "$install_dir"
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install --production
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run download-dist
popd
#=================================================