mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update Dockerfile
This commit is contained in:
@@ -102,7 +102,7 @@ RUN \
|
|||||||
# Remove all instances of sudo from the newinstaller
|
# 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 && \
|
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
|
# Merge all PR
|
||||||
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 && \
|
sed -i '/git clone/a sed -i "/exit installation if anything fails/a cd $HOME/BirdNET-Pi && \/.\/helpers\/merge_open_prs.sh" $HOME/BirdNET-Pi/scripts/install_birdnet.sh' /newinstaller.sh && \
|
||||||
\
|
\
|
||||||
# Execute installer
|
# Execute installer
|
||||||
/./newinstaller.sh && \
|
/./newinstaller.sh && \
|
||||||
|
|||||||
Reference in New Issue
Block a user