From bcfa08593c901e76ae83d5719e4946e40f0b4838 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Aug 2022 17:17:28 +0200 Subject: [PATCH] https://github.com/alexbelgium/hassio-addons/issues/411 --- nextcloud/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index b0f7637ee..1708c01b2 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -51,7 +51,7 @@ ], "name": "Nextcloud", "options": { - "additional_apps": "libnotify-dev", + "additional_apps": "inotify-tools", "Full_Text_Search": false, "OCR": false, "OCRLANG": "fra", @@ -102,6 +102,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "24.0.3-3", + "version": "24.0.3-4", "webui": "https://[HOST]:[PORT:443]" }