Make it update-time instead of reset-time and use before doing an update

This commit is contained in:
David Heinemeier Hansson
2025-10-28 08:30:54 +01:00
parent 0e5c22ac38
commit d493e0536a
3 changed files with 2 additions and 1 deletions

View File

@@ -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