Update links from step.sm to smallstep.com
parent
8b7f7662e3
commit
de631113a4
|
@ -14,14 +14,14 @@ Download and install `step`:
|
||||||
For Intel chips:
|
For Intel chips:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_darwin_0.20.0_amd64.tar.gz | tar xz
|
curl -L https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_darwin_0.20.0_amd64.tar.gz | tar xz
|
||||||
sudo mv step_0.20.0/bin/step /usr/local/bin/
|
sudo mv step_0.20.0/bin/step /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
For Apple Silicon:
|
For Apple Silicon:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_darwin_0.20.0_arm64.tar.gz | tar xz
|
curl -L https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_darwin_0.20.0_arm64.tar.gz | tar xz
|
||||||
sudo mv step_0.20.0/bin/step /usr/local/bin/
|
sudo mv step_0.20.0/bin/step /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ brew install step
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -L https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz | tar xz
|
curl -L https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz | tar xz
|
||||||
sudo mv step_0.20.0/bin/step /usr/local/bin/
|
sudo mv step_0.20.0/bin/step /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@ Download the `step` client and `step-ca` server binaries, and the `jq` command:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
wget -q --show-progress --https-only --timestamping \
|
wget -q --show-progress --https-only --timestamping \
|
||||||
"https://dl.step.sm/gh-release/certificates/gh-release-header/v0.20.0/step-ca_linux_0.20.0_amd64.tar.gz" \
|
"https://dl.smallstep.com/gh-release/certificates/gh-release-header/v0.20.0/step-ca_linux_0.20.0_amd64.tar.gz" \
|
||||||
"https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz"
|
"https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz"
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y jq
|
sudo apt install -y jq
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ Download the `step` CLI binary:
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -q --show-progress --https-only --timestamping \
|
wget -q --show-progress --https-only --timestamping \
|
||||||
"https://dl.step.sm/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz"
|
"https://dl.smallstep.com/gh-release/cli/gh-release-header/v0.20.0/step_linux_0.20.0_amd64.tar.gz"
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the binary:
|
Install the binary:
|
||||||
|
|
Loading…
Reference in New Issue