This commit is contained in:
Alexandre
2024-04-25 19:23:39 +02:00
parent 39124019d1
commit 85c31dc2c4
17 changed files with 26 additions and 5 deletions

View File

@@ -41,8 +41,9 @@ RUN \
\
# Ensure permissions
echo "setting permissions" && \
chown -R 1000:1000 /home/pi && \
echo "pi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
mkdir -p /home/pi/.config/matplotlib && \
chown -R 1000:1000 /home/pi && \
\
# Download installer
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \