From bade665181e1bf6efff06a38052c7aae8a647947 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 27 Apr 2024 11:18:39 +0200 Subject: [PATCH] try sudo --- zzz_draft_birdnet-pi/Dockerfile | 2 +- zzz_draft_birdnet-pi/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 1157afb52d6..201b5b2dae3 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -77,7 +77,7 @@ RUN \ # Ensure chmod sed -i "/git clone/a chown -R 1000:1000 $HOME" /newinstaller.sh && \ # Remove all instances of sudo from the newinstaller - sed -i -e "s|== 0|== 7|g" -e "s|sudo -n true|true|g" -e "s|sudo -K|true|g" /newinstaller.sh && \ + #sed -i -e "s|== 0|== 7|g" -e "s|sudo -n true|true|g" -e "s|sudo -K|true|g" /newinstaller.sh && \ \ # Execute installer sudo -u pi /./newinstaller.sh && \ diff --git a/zzz_draft_birdnet-pi/config.json b/zzz_draft_birdnet-pi/config.json index e5a1ec2d0e8..916dc66c9a8 100644 --- a/zzz_draft_birdnet-pi/config.json +++ b/zzz_draft_birdnet-pi/config.json @@ -95,7 +95,7 @@ "slug": "birdnet-pi", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "1.2", + "version": "1.3", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" }