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