From 1c5c6c33e6161b99c6b0bd2d29419762cdc9aa88 Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:00:18 -0400 Subject: [PATCH] fix rpm name (#307) Signed-off-by: Jason Nagin <33561705+JasonN3@users.noreply.github.com> --- content/en/system_config/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/system_config/installation.md b/content/en/system_config/installation.md index 880ca7da..3d79542c 100644 --- a/content/en/system_config/installation.md +++ b/content/en/system_config/installation.md @@ -28,7 +28,7 @@ sudo chmod +x /usr/local/bin/cosign # rpm LATEST_VERSION=$(curl https://api.github.com/repos/sigstore/cosign/releases/latest | grep tag_name | cut -d : -f2 | tr -d "v\", ") curl -O -L "https://github.com/sigstore/cosign/releases/latest/download/cosign-${LATEST_VERSION}-1.x86_64.rpm" -sudo rpm -ivh cosign-${LATEST_VERSION}.x86_64.rpm +sudo rpm -ivh cosign-${LATEST_VERSION}-1.x86_64.rpm # dkpg LATEST_VERSION=$(curl https://api.github.com/repos/sigstore/cosign/releases/latest | grep tag_name | cut -d : -f2 | tr -d "v\", ")