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