Change fluxcd/toolkit to fluxcd/flux2
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# flux CLI Installation
|
||||
|
||||
Binaries for macOS and Linux AMD64 are available for download on the
|
||||
[release page](https://github.com/fluxcd/toolkit/releases).
|
||||
[release page](https://github.com/fluxcd/flux2/releases).
|
||||
|
||||
To install the latest release run:
|
||||
|
||||
```bash
|
||||
curl -s https://raw.githubusercontent.com/fluxcd/toolkit/master/install/flux.sh | sudo bash
|
||||
curl -s https://raw.githubusercontent.com/fluxcd/flux2/master/install/flux.sh | sudo bash
|
||||
```
|
||||
|
||||
The install script does the following:
|
||||
@@ -26,7 +26,7 @@ mv /usr/local/bin/flux /usr/local/bin/kubectl-flux
|
||||
Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/fluxcd/toolkit
|
||||
git clone https://github.com/fluxcd/flux2
|
||||
cd toolkit
|
||||
```
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ set -e
|
||||
|
||||
DEFAULT_BIN_DIR="/usr/local/bin"
|
||||
BIN_DIR=${1:-"${DEFAULT_BIN_DIR}"}
|
||||
GITHUB_REPO="fluxcd/toolkit"
|
||||
GITHUB_REPO="fluxcd/flux2"
|
||||
|
||||
# Helper functions for logs
|
||||
info() {
|
||||
|
||||
Reference in New Issue
Block a user