From e2fc4c16301f8c69bd1f7ee02c9d15271aa5adfe Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 25 Feb 2018 15:17:38 +0100 Subject: [PATCH 1/2] Add Unattented-upgrades app --- community.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/community.json b/community.json index db184dc1..72bfbf47 100644 --- a/community.json +++ b/community.json @@ -1186,6 +1186,12 @@ "state": "inprogress", "url": "https://github.com/YunoHost-Apps/umap_ynh" }, + "unattended_upgrades": { + "branch": "master", + "revision": "f45c1b6b2cc3314ed6457c968901eb7ed1d501a7", + "state": "working", + "url": "https://github.com/YunoHost-Apps/unattended_upgrades_ynh" + }, "vpnclient": { "branch": "master", "level": 1, From a243eadda631182d6456268d7692d28851ab1741 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 25 Feb 2018 15:24:22 +0100 Subject: [PATCH 2/2] Update community.json --- community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community.json b/community.json index 72bfbf47..df03da85 100644 --- a/community.json +++ b/community.json @@ -1188,7 +1188,7 @@ }, "unattended_upgrades": { "branch": "master", - "revision": "f45c1b6b2cc3314ed6457c968901eb7ed1d501a7", + "revision": "d759f0169669660cf019dc97e1363045e64cfadb", "state": "working", "url": "https://github.com/YunoHost-Apps/unattended_upgrades_ynh" },