diff --git a/bin/omarchy-update b/bin/omarchy-update index 9cf8d514..3c57c3d2 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -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