mirror of https://github.com/kubernetes/kops.git
remove wget dependency from macos binary installation
This commit is contained in:
parent
4300b48195
commit
0759f54c98
|
|
@ -13,7 +13,7 @@ Developers can also easily install [development releases](development/homebrew.m
|
||||||
From Github:
|
From Github:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -O kops https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-darwin-amd64
|
curl -Lo kops https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-darwin-amd64
|
||||||
chmod +x ./kops
|
chmod +x ./kops
|
||||||
sudo mv ./kops /usr/local/bin/
|
sudo mv ./kops /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue