From d4ef668a8571ef33b45d7fdd8164a44dc3e68587 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 19 Oct 2025 14:19:19 -0400 Subject: [PATCH] Install tea pr index step. --- .gitea/workflows/auto-pr-tofu-plan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index f5f0ed7..ad2a27d 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -73,8 +73,8 @@ jobs: shell: bash run: | cd /tmp - wget "${TEA_DL_URL}" - wget "${TEA_DL_URL}.sha256" + wget -q "${TEA_DL_URL}" + wget -q "${TEA_DL_URL}.sha256" if sha256sum --quiet -c "tea-${TEA_VERSION}-linux-amd64.sha256"; then mv "tea-${TEA_VERSION}-linux-amd64" /usr/bin/tea