Update Dockerfile

This commit is contained in:
Alexandre
2024-08-29 15:41:29 +02:00
committed by GitHub
parent bfa680ec07
commit 47a8a8754a

View File

@@ -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