Skip to content

Commit

Permalink
Merge pull request #6529 from kubernetes/sharifelgamal-patch-2
Browse files Browse the repository at this point in the history
Fix deb and rpm endpoints in docs
  • Loading branch information
sharifelgamal authored Feb 6, 2020
2 parents ea9e644 + ce7060c commit a59846e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/en/docs/Start/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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 \
&& sudo dpkg -i minikube_{{< latest >}}.deb
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_{{< latest >}}-0_amd64.deb \
&& sudo dpkg -i minikube_{{< latest >}}-0_amd64.deb
```

{{% /tab %}}
Expand All @@ -32,8 +32,8 @@ 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 \
&& sudo rpm -ivh minikube-{{< latest >}}.rpm
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-{{< latest >}}-0.x86_64.rpm \
&& sudo rpm -ivh minikube-{{< latest >}}-0.x86_64.rpm
```

{{% /tab %}}
Expand Down

0 comments on commit a59846e

Please sign in to comment.