mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 21:09:13 +02:00
Update Dockerfile
This commit is contained in:
@@ -43,8 +43,9 @@ RUN \
|
|||||||
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \
|
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \
|
||||||
chmod 777 /newinstaller.sh && \
|
chmod 777 /newinstaller.sh && \
|
||||||
\
|
\
|
||||||
# Correct installer
|
# Avoid rebooting at end of installation
|
||||||
sed -i "/reboot/d" /newinstaller.sh && \
|
sed -i "/reboot/d" /newinstaller.sh && \
|
||||||
|
# Use apt-get as without user action
|
||||||
sed -i "s|apt |apt-get |g" /newinstaller.sh
|
sed -i "s|apt |apt-get |g" /newinstaller.sh
|
||||||
|
|
||||||
USER abc
|
USER abc
|
||||||
|
|||||||
Reference in New Issue
Block a user