From 850aca83a60cfd773d16df0a0029f8361cefd4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 19 Mar 2020 22:56:03 +0100 Subject: [PATCH 1/2] Install dependances also in upgrade script --- scripts/upgrade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 26967f3..9cd754d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -42,6 +42,10 @@ ynh_abort_if_errors # STANDARD UPGRADE STEPS #================================================= +# Install package +ynh_script_progression --message="Installing dependencies..." --weight=6 +install_dependances + # Download package and install it ynh_script_progression --message="Upgrading source files..." --weight=6 get_install_source From e8b8dccbc8224089cef7b96f1744c17370315a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 21 Mar 2020 23:17:59 +0100 Subject: [PATCH 2/2] Fix version information --- README.md | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b45840e..f6635f9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Overview Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible. It has been created to be used under production Linux/UNIX servers, but due to its simplicity and small size can be used on embedded devices as well. -**Shipped version:** 3.10 +**Shipped version:** 3.12 Screenshots ----------- diff --git a/manifest.json b/manifest.json index 67609fd..13e25a9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A monitoring tools", "fr": "Un outils de monitoring" }, - "version": "3.11.0~ynh1", + "version": "3.12.0~ynh1", "url": "http://monitorix.org", "license": "GPL-2.0", "maintainer": {