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,3 +0,0 @@
#!/bin/bash
sudo systemctl restart systemd-timesyncd

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

View File

@ -2,7 +2,6 @@
set -e
omarchy-cmd-timesync
omarchy-snapshot create || [ $? -eq 127 ]
omarchy-update-git
omarchy-migrate