mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-25 21:08:50 +00:00
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:
parent
671fe274da
commit
18849e36c7
5 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue