From d493e0536a94bcb319a83de8953cceb7d7979481 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 28 Oct 2025 08:30:54 +0100 Subject: [PATCH] Make it update-time instead of reset-time and use before doing an update --- bin/omarchy-menu | 2 +- bin/omarchy-update-perform | 1 + bin/{omarchy-reset-time => omarchy-update-time} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename bin/{omarchy-reset-time => omarchy-update-time} (100%) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index fff38b50..10337685 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -395,7 +395,7 @@ show_update_menu() { *Hardware*) show_update_hardware_menu ;; *Firmware*) present_terminal omarchy-update-firmware ;; *Timezone*) present_terminal omarchy-tz-select ;; - *Time*) present_terminal omarchy-reset-time ;; + *Time*) present_terminal omarchy-update-time ;; *Password*) show_update_password_menu ;; *) show_main_menu ;; esac diff --git a/bin/omarchy-update-perform b/bin/omarchy-update-perform index 477987f9..f2b7ddc0 100755 --- a/bin/omarchy-update-perform +++ b/bin/omarchy-update-perform @@ -2,6 +2,7 @@ set -e +omarchy-update-time omarchy-update-keyring omarchy-update-available-reset omarchy-update-system-pkgs diff --git a/bin/omarchy-reset-time b/bin/omarchy-update-time similarity index 100% rename from bin/omarchy-reset-time rename to bin/omarchy-update-time