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