From ddeaa9f6326e4b1d44b85e3938af98b450c87d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Huta=C5=99?= Date: Mon, 8 Jan 2024 13:43:06 +0100 Subject: [PATCH] Fix RPM installation URL to include release (#287) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Hutaƙ --- 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 309f26be..b45ebc6a 100644 --- a/content/en/system_config/installation.md +++ b/content/en/system_config/installation.md @@ -27,7 +27,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}.x86_64.rpm" +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 # dkpg