Just sync time together with timezone

This commit is contained in:
David Heinemeier Hansson
2025-08-25 12:09:49 +02:00
parent 88303d81fd
commit a50041721c
3 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
sudo systemctl restart systemd-timesyncd
sudo tzupdate
new_timezone=$(timedatectl show -p Timezone --value)
omarchy-restart-waybar