Fix script path in Dockerfile for install_birdnet.sh

This commit is contained in:
Alexandre
2025-09-13 07:46:28 +02:00
committed by GitHub
parent 1bf82e5089
commit be96abfd86

View File

@@ -102,7 +102,7 @@ RUN \
# Remove all instances of sudo from the newinstaller
sed -i -e "s|== 0|== 7|g" -e "s|sudo -n true|true|g" -e "s|sudo -K|true|g" /newinstaller.sh && \
# Merge all PR
sed -i '/exit installation if anything fails/a cd $HOME/BirdNET-Pi && echo "Merge PR" && /./helpers/merge_open_prs.sh' /newinstaller.sh && \
sed -i '/exit installation if anything fails/a cd $HOME/BirdNET-Pi && echo "Merge PR" && /./helpers/merge_open_prs.sh' "$HOME/BirdNET-Pi/scripts/install_birdnet.sh" && \
\
# Execute installer
/./newinstaller.sh && \