Make gum available as early as possible

This commit is contained in:
David Heinemeier Hansson
2025-09-10 14:38:46 +02:00
parent a0674703f8
commit c9bacbe318

View File

@@ -31,4 +31,7 @@ catch_errors() {
fi
}
# Ensure gum is available as early as possible to retry errors
sudo pacman -S gum
trap catch_errors ERR