Skip to content

Commit

Permalink
fix rpm name (sigstore#307)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Nagin <[email protected]>
  • Loading branch information
JasonN3 authored Jun 18, 2024
1 parent af04701 commit 1c5c6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/system_config/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\", ")
Expand Down

0 comments on commit 1c5c6c3

Please sign in to comment.