From 09f00f200b540c15a9a52fc040d9944a4bd77f6f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 10:43:08 +0200 Subject: [PATCH] No need for double talk --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 452fe47..ef571de 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,4 @@ # Install everything for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done -echo "Reboot for all settings to apply..." gum confirm "Reboot to apply all settings?" && reboot