Skip to content

Commit

Permalink
try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Apr 27, 2024
1 parent 5533bb6 commit bade665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zzz_draft_birdnet-pi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN \
# Ensure chmod
sed -i "/git clone/a chown -R 1000:1000 $HOME" /newinstaller.sh && \
# 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 && \
\
# Execute installer
sudo -u pi /./newinstaller.sh && \
Expand Down
2 changes: 1 addition & 1 deletion zzz_draft_birdnet-pi/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"slug": "birdnet-pi",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"usb": true,
"version": "1.2",
"version": "1.3",
"video": true,
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}

0 comments on commit bade665

Please sign in to comment.