1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/actual_ynh.git synced 2024-09-03 20:36:16 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-07-11 20:22:27 +02:00
parent 7536327c18
commit 6d10d485ab

View file

@ -54,6 +54,16 @@ ynh_add_systemd_config
yunohost service add $app --description="Local-first personal finance tool" --log="/var/log/$app/$app.log"
#=================================================
# INSTALL ACTUAL
#=================================================
ynh_script_progression --message="Installing $app..." --weight=10
pushd $install_dir
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install
popd
#=================================================
# RECONFIGURE THE APP (UPDATE CONF, APPLY MIGRATIONS...)
#=================================================