Update scripts

This commit is contained in:
albert 2024-06-13 14:30:27 +09:00
parent 2903022c3f
commit 76b8c242a8
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -38,7 +38,6 @@
echo "Activating get-theme-times systemd service" echo "Activating get-theme-times systemd service"
curl -s wttr.in/?format=%S > /tmp/wttr.sunrise curl -s wttr.in/?format=%S > /tmp/wttr.sunrise
curl -s wttr.in/?format=%s > /tmp/wttr.sunset curl -s wttr.in/?format=%s > /tmp/wttr.sunset
chown albert:root /tmp/wttr.sunrise /tmp/wttr.sunset
echo "get-theme-times - complete" echo "get-theme-times - complete"
''; '';
after = [ "networking-online.target" ]; after = [ "networking-online.target" ];