Fix path for merging PRs in Dockerfile

This commit is contained in:
Alexandre
2025-09-13 07:41:38 +02:00
committed by GitHub
parent ae9d7c38d9
commit 5a0f524f55

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 '/git clone/a cd BirdNET-Pi && echo "Merge PR" && bash /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' /newinstaller.sh && \
\
# Execute installer
/./newinstaller.sh && \