This commit is contained in:
Alexandre
2024-04-27 18:30:37 +02:00
parent 6be83e1ca5
commit 0833b4ddb4
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ RUN \
echo "$USER ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
mkdir -p /home/"$USER"/.config/matplotlib && \
chown -R "$USER":"$USER" /home/"$USER" && \
git config --global --add safe.directory '*' && \
\
# Download installer
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \

View File

@@ -91,7 +91,7 @@
"slug": "birdnet-pi",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"usb": true,
"version": "0.13-2",
"version": "0.13-3",
"video": true,
"webui": "http://[HOST]:[PORT:80]"
}