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