No confirm install only

This commit is contained in:
David Heinemeier Hansson
2025-09-10 14:43:26 +02:00
parent c9bacbe318
commit 9ca2081742

View File

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