This commit is contained in:
Alexandre
2024-04-25 12:55:34 +02:00
parent a55c0190ad
commit 21f4f66e43
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ RUN \
useradd --uid 1000 --gid 1000 -m pi && \
\
# Ensure permissions
chown -R pi:pi /home/pi && \
chown -R 1000:1000 /home/pi && \
echo "pi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \
\
# Download installer

View File

@@ -90,5 +90,5 @@
},
"slug": "birdnet-pi",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
"version": "0.8"
"version": "0.9"
}