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>
pull/1364/head
Daniel Holbach 4 years ago
parent 671fe274da
commit 18849e36c7

@ -31,7 +31,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)

@ -28,7 +28,7 @@ kind create cluster --name dev
Install the Flux CLI:
```sh
curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
curl -s https://fluxcd.io/install.sh | sudo bash
```
Verify that your dev machine satisfies the prerequisites with:

@ -39,7 +39,7 @@ brew install fluxcd/tap/flux
Or install `flux` by downloading precompiled binaries using a Bash script:
```sh
curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
curl -s https://fluxcd.io/install.sh | sudo bash
```
The install script downloads the flux binary to `/usr/local/bin`.

@ -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)

Loading…
Cancel
Save