From 9ca2081742d0c95e7874cbc3950f702c25e65f51 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 10 Sep 2025 14:43:26 +0200 Subject: [PATCH] No confirm install only --- install/preflight/trap-errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/preflight/trap-errors.sh b/install/preflight/trap-errors.sh index ff154cb..6c3ebc6 100755 --- a/install/preflight/trap-errors.sh +++ b/install/preflight/trap-errors.sh @@ -32,6 +32,6 @@ catch_errors() { } # Ensure gum is available as early as possible to retry errors -sudo pacman -S gum +sudo pacman -S --noconfirm gum trap catch_errors ERR