mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 04:19:13 +02:00
update
This commit is contained in:
@@ -34,7 +34,7 @@ RUN \
|
|||||||
\
|
\
|
||||||
# Change user to pi and create /home/pi
|
# Change user to pi and create /home/pi
|
||||||
usermod -u 101 abc && \
|
usermod -u 101 abc && \
|
||||||
groupadd --gid 1000 pi && useradd --uid 1000 --gid 1000 -m pi && \
|
useradd --uid 1000 --gid 1000 -m pi && \
|
||||||
\
|
\
|
||||||
# Ensure permissions
|
# Ensure permissions
|
||||||
chown -R pi:pi /home/pi && \
|
chown -R pi:pi /home/pi && \
|
||||||
|
|||||||
@@ -90,5 +90,5 @@
|
|||||||
},
|
},
|
||||||
"slug": "birdnet-pi",
|
"slug": "birdnet-pi",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi",
|
||||||
"version": "0.7"
|
"version": "0.8"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user