Sync clock before doing an update

This commit is contained in:
David Heinemeier Hansson 2025-08-25 11:57:01 +02:00
parent 0b48f08674
commit d031237b42

View File

@ -2,6 +2,9 @@
set -e
# Ensure the clock is synced before we start
sudo systemctl restart systemd-timesyncd
omarchy-snapshot create || [ $? -eq 127 ]
omarchy-update-git
omarchy-migrate