mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Fix script to merge PRs during installation
This commit is contained in:
@@ -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' "$HOME/BirdNET-Pi/scripts/install_birdnet.sh" && \
|
||||
sed -i '/git clone/a 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' /newinstaller.sh && \
|
||||
\
|
||||
# Execute installer
|
||||
/./newinstaller.sh && \
|
||||
|
||||
Reference in New Issue
Block a user