Last active
May 9, 2022 09:31
-
-
Save yankay/194ad88d66b2fdb0aa00ed17f11242b6 to your computer and use it in GitHub Desktop.
Flux一键安装
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 安装 命令行 | |
| cd /tmp | |
| https://ghproxy.com/https://github.com/fluxcd/flux2/releases/download/v0.30.2/flux_0.30.2_linux_amd64.tar.gz | |
| tar -xzvf flux_0.30.2_linux_amd64.tar.gz | |
| mv flux /usr/local/bin/ | |
| # 安装 flux | |
| flux install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment