From 25acc313b1471b0828131bf5d92403ba18c889a2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Jul 2025 15:43:21 -0400 Subject: [PATCH] Just straight reboot when we're done Script will abort anyway if there were any issues along the way --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a329185..cb074d5 100755 --- a/install.sh +++ b/install.sh @@ -24,4 +24,4 @@ sudo updatedb # Update all built-in packages sudo pacman -Syu --noconfirm -gum confirm "Reboot to apply all settings?" && reboot +reboot