Alexandre
2024-10-27 21:22:13 +01:00
committed by GitHub
parent 727c2377d8
commit 8d4728e1df

View File

@@ -45,8 +45,9 @@ RUN \
curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl3.py -o /bin/systemctl && \
chmod a+x /bin/systemctl && \
\
# Correct for datetimectl
sed -i '/CURRENT_TIMEZONE/s/$/ || true/' "$HOME/BirdNET-Pi/scripts/install_birdnet.sh" && \
# Coreect for datetimectl
curl -f -L -s -S https://raw.githubusercontent.com/alexbelgium/hassio-addons/refs/heads/master/birdnet-pi/rootfs/helpers/timedatectl -o /bin/timedatectl && \
chmod a+x /bin/timedatectl && \
\
# Change user to pi and create /home/pi
echo "setting users" && \