Use confirm

This commit is contained in:
David Heinemeier Hansson
2025-06-02 10:39:26 +02:00
parent da943fdcd3
commit 1cf7f1722f

View File

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