From d031237b429b903515574908cb4effc18a6e3804 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 11:57:01 +0200 Subject: [PATCH] Sync clock before doing an update --- bin/omarchy-update | 3 +++ 1 file changed, 3 insertions(+) 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