This commit is contained in:
Alexandre
2024-04-27 18:29:12 +02:00
parent f743de3c8d
commit 6be83e1ca5
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ RUN \
# Use installer to modify other scripts # Use installer to modify other scripts
####################################### #######################################
# Define file # Define file
sed -i "1a /./newinstallermod.sh && rm /newinstallermod.sh" /newinstaller.sh && \ sed -i "1a /./newinstallermod.sh" /newinstaller.sh && \
echo '#!/bin/bash' >> /newinstallermod.sh && \ echo '#!/bin/bash' >> /newinstallermod.sh && \
# Remove all instances of sudo from all other scripts # Remove all instances of sudo from all other scripts
echo 'for file in $(grep -srl "sudo" $HOME/BirdNET-Pi/scripts); do sed -i "s|sudo ||" "$file"; done' >> /newinstallermod.sh && \ echo 'for file in $(grep -srl "sudo" $HOME/BirdNET-Pi/scripts); do sed -i "s|sudo ||" "$file"; done' >> /newinstallermod.sh && \

View File

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