mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Add timedatectl
https://github.com/alexbelgium/hassio-addons/issues/1620?notification_referrer_id=NT_kwDOAqIdGbQxMzA3MDE3NzYwNzo0NDE3ODcxMw#issuecomment-2440162257
This commit is contained in:
@@ -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" && \
|
||||
|
||||
Reference in New Issue
Block a user