From c4cee95946a8a08f0946b885e853881d6c812e80 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:05:47 +0100 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 8b21e50f1..a643b7123 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-Pi/main/newinstaller.sh" -o /newinstaller.sh && \ + curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/BattyBirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \ chmod 777 /newinstaller.sh && \ \ # Use installer to modify other scripts