Skip to content

Commit

Permalink
Merge pull request #8640 from jenkins-x/fix_download_instructions
Browse files Browse the repository at this point in the history
fix: download instructions
  • Loading branch information
jenkins-x-bot authored Dec 20, 2023
2 parents 85be6f2 + 1a23ae5 commit d9d3106
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hack/changelog-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```shell
# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-amd64.tar.gz.pem
curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-amd64.tar.gz.pem

# Install cosign: https://docs.sigstore.dev/cosign/installation
# Verify using cosign
Expand All @@ -18,7 +18,7 @@ sudo mv jx /usr/local/bin

```shell
# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm.tar.gz.pem
curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm.tar.gz.pem

# Install cosign: https://docs.sigstore.dev/cosign/installation
# Verify using cosign
Expand All @@ -31,7 +31,7 @@ sudo mv jx /usr/local/bin

```shell
# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-linux-arm64.tar.gz.pem
curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-linux-arm64.tar.gz.pem

# Install cosign: https://docs.sigstore.dev/cosign/installation
# Verify using cosign
Expand All @@ -47,7 +47,7 @@ sudo mv jx /usr/local/bin

```shell
# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-amd64.tar.gz.pem
curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-amd64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-amd64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-amd64.tar.gz.pem

# Install cosign: https://docs.sigstore.dev/cosign/installation
# Verify using cosign
Expand All @@ -61,7 +61,7 @@ sudo mv jx /usr/local/bin

```shell
# Download the archive and the cosign generated signature
curl -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/{{.Version}}/jx-darwin-arm64.tar.gz.pem
curl -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-arm64.tar.gz -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-arm64.tar.gz.sig -LO https://github.com/jenkins-x/jx/releases/download/v{{.Version}}/jx-darwin-arm64.tar.gz.pem

# Install cosign: https://docs.sigstore.dev/cosign/installation
# Verify using cosign
Expand Down

0 comments on commit d9d3106

Please sign in to comment.