Update install script URL
As we don't pass '-L' to curl, the redirect is not followed. Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
@@ -32,7 +32,7 @@ brew install fluxcd/tap/flux
|
||||
With Bash:
|
||||
|
||||
```sh
|
||||
curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
|
||||
curl -s https://fluxcd.io/install.sh | sudo bash
|
||||
|
||||
# enable completions in ~/.bash_profile
|
||||
. <(flux completion bash)
|
||||
|
||||
@@ -19,7 +19,7 @@ brew install fluxcd/tap/flux
|
||||
With Bash:
|
||||
|
||||
```sh
|
||||
curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
|
||||
curl -s https://fluxcd.io/install.sh | sudo bash
|
||||
|
||||
# enable completions in ~/.bash_profile
|
||||
. <(flux completion bash)
|
||||
|
||||
Reference in New Issue
Block a user