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