From 1cf7f1722f1aa248aafb4e1a013042a24529e49c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 10:39:26 +0200 Subject: [PATCH] Use confirm --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7911ac2..452fe47 100644 --- a/install.sh +++ b/install.sh @@ -2,4 +2,4 @@ for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done echo "Reboot for all settings to apply..." -gum "Reboot to apply all settings?" && reboot +gum confirm "Reboot to apply all settings?" && reboot