mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-26 01:15:00 +00:00
Merge pull request #1364 from dholbach/update-install-url
Update install script URL
This commit is contained in:
commit
68074d3543
5 changed files with 5 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ brew install fluxcd/tap/flux
|
||||||
With Bash:
|
With Bash:
|
||||||
|
|
||||||
```sh
|
```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
|
# enable completions in ~/.bash_profile
|
||||||
. <(flux completion bash)
|
. <(flux completion bash)
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ kind create cluster --name dev
|
||||||
Install the Flux CLI:
|
Install the Flux CLI:
|
||||||
|
|
||||||
```sh
|
```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:
|
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:
|
Or install `flux` by downloading precompiled binaries using a Bash script:
|
||||||
|
|
||||||
```sh
|
```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`.
|
The install script downloads the flux binary to `/usr/local/bin`.
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ brew install fluxcd/tap/flux
|
||||||
With Bash:
|
With Bash:
|
||||||
|
|
||||||
```sh
|
```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
|
# enable completions in ~/.bash_profile
|
||||||
. <(flux completion bash)
|
. <(flux completion bash)
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ brew install fluxcd/tap/flux
|
||||||
With Bash:
|
With Bash:
|
||||||
|
|
||||||
```sh
|
```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
|
# enable completions in ~/.bash_profile
|
||||||
. <(flux completion bash)
|
. <(flux completion bash)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue