diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 1157afb52..201b5b2da 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 e5a1ec2d0..916dc66c9 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]" }