From a50041721c603471b1304235a536dcf2a1dc6243 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 Aug 2025 12:09:49 +0200 Subject: [PATCH] Just sync time together with timezone --- bin/omarchy-cmd-timesync | 3 --- bin/omarchy-cmd-tzupdate | 1 + bin/omarchy-update | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 bin/omarchy-cmd-timesync diff --git a/bin/omarchy-cmd-timesync b/bin/omarchy-cmd-timesync deleted file mode 100755 index 71517f06..00000000 --- a/bin/omarchy-cmd-timesync +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -sudo systemctl restart systemd-timesyncd diff --git a/bin/omarchy-cmd-tzupdate b/bin/omarchy-cmd-tzupdate index ff47f55e..1c4ac441 100755 --- a/bin/omarchy-cmd-tzupdate +++ b/bin/omarchy-cmd-tzupdate @@ -1,5 +1,6 @@ #!/bin/bash +sudo systemctl restart systemd-timesyncd sudo tzupdate new_timezone=$(timedatectl show -p Timezone --value) omarchy-restart-waybar diff --git a/bin/omarchy-update b/bin/omarchy-update index bb9ad66c..9cf8d514 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -2,7 +2,6 @@ set -e -omarchy-cmd-timesync omarchy-snapshot create || [ $? -eq 127 ] omarchy-update-git omarchy-migrate