From 6d10d485ab4eb56e285b60aa23be267a97c43a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:22:27 +0200 Subject: [PATCH 1/3] Update upgrade --- scripts/upgrade | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 6e6819f..7aa861a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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...) #================================================= From a3acf3680b57d0b4321a6baab4e3277e18da8db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:22:54 +0200 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cac87a2..14dff16 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Actual" description.en = "Local-first personal finance tool" description.fr = "Premier outil de finances personnelles local" -version = "23.7.2~ynh1" +version = "23.7.2~ynh2" maintainers = ["eric_G"] From 9af91f40fbcf58dd4a3b4b1a898130d859a5ff4d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 11 Jul 2023 18:22:58 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cabf59..f5a8d52 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting. -**Shipped version:** 23.7.2~ynh1 +**Shipped version:** 23.7.2~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d5b43e2..566b3ff 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Actual est un outil de finances personnelles local. Il est 100% gratuit et open-source, écrit en NodeJS, il dispose d'un élément de synchronisation afin que toutes vos modifications puissent se déplacer entre les appareils sans aucune lourde charge. -**Version incluse :** 23.7.2~ynh1 +**Version incluse :** 23.7.2~ynh2 ## Captures d’écran