This commit is contained in:
Alexandre
2024-04-27 18:30:37 +02:00
parent 6be83e1ca5
commit 0833b4ddb4
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ RUN \
echo "$USER ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
mkdir -p /home/"$USER"/.config/matplotlib && \
chown -R "$USER":"$USER" /home/"$USER" && \
git config --global --add safe.directory '*' && \
\
# Download installer
curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \