Update install.sh

This commit is contained in:
2026-01-14 21:51:19 +00:00
parent 7d118b9b69
commit bcf8a6c511

View File

@@ -61,7 +61,7 @@ else
chmod +x /usr/local/bin/yq
fi
# Install gum (required for kubernetes cluster)
# Install gum (required for config and templates)
info "Installing gum..."
if ! curl -sSL -o /tmp/gum_0.17.0_Linux_x86_64.tar.gz https://github.com/charmbracelet/gum/releases/download/v0.17.0/gum_0.17.0_Linux_x86_64.tar.gz; then
echo "Error: Failed to download gum." >&2