From 47a8a8754a1b16d1e422a98942d19d91ee80d01b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:41:29 +0200 Subject: [PATCH] Update Dockerfile --- battybirdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battybirdnet-pi/Dockerfile b/battybirdnet-pi/Dockerfile index 86c19dae9..81a6d1e69 100644 --- a/battybirdnet-pi/Dockerfile +++ b/battybirdnet-pi/Dockerfile @@ -58,7 +58,7 @@ RUN \ git config --global --add safe.directory '*' && \ \ # Download installer - curl -f -L -s -S "https://raw.githubusercontent.com/rdz-oss/BattyBirdNET-Analyzer/main/newinstaller.sh" -o /newinstaller.sh && \ + curl -f -L -s -S "https://raw.githubusercontent.com/rdz-oss/BattyBirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \ chmod 777 /newinstaller.sh && \ \ # Use installer to modify other scripts