Fix deb and rpm endpoints in docs

pull/6529/head
Sharif Elgamal 2020-02-06 11:04:13 -08:00 committed by GitHub
parent ea9e644ee3
commit 0dc41fc5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Download and install minikube to /usr/local/bin:
Download and install minikube:
```shell
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_{{< latest >}}.deb \
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_{{< latest >}}-0_amd64.deb \
&& sudo dpkg -i minikube_{{< latest >}}.deb
```
@ -32,7 +32,7 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_{{< la
Download and install minikube:
```shell
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-{{< latest >}}.rpm \
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-{{< latest >}}-0.x86_64.rpm \
&& sudo rpm -ivh minikube-{{< latest >}}.rpm
```