This commit is contained in:
Alexandre
2024-04-27 11:17:57 +02:00
parent 98eea70db5
commit 5533bb6133
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ RUN \
sed -i -e "s|== 0|== 7|g" -e "s|sudo -n true|true|g" -e "s|sudo -K|true|g" /newinstaller.sh && \
\
# Execute installer
/./newinstaller.sh && \
sudo -u pi /./newinstaller.sh && \
\
# Adapt for lsio usage of /app
if [ -d /app ]; then rm -r /app; fi && \

View File

@@ -95,7 +95,7 @@
"slug": "birdnet-pi",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"usb": true,
"version": "1.1",
"version": "1.2",
"video": true,
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}