From 6be83e1ca5dea6a793ffa92417a6209eb76f9739 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 27 Apr 2024 18:29:12 +0200 Subject: [PATCH] update --- birdnet-pi/Dockerfile | 2 +- birdnet-pi/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index f1970d4f4..0350bb3b7 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -58,7 +58,7 @@ RUN \ # Use installer to modify other scripts ####################################### # Define file - sed -i "1a /./newinstallermod.sh && rm /newinstallermod.sh" /newinstaller.sh && \ + sed -i "1a /./newinstallermod.sh" /newinstaller.sh && \ echo '#!/bin/bash' >> /newinstallermod.sh && \ # 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 && \ diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index b6038804f..2693fd593 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -91,7 +91,7 @@ "slug": "birdnet-pi", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-3", + "version": "0.13-2", "video": true, "webui": "http://[HOST]:[PORT:80]" }