Skip to content

Instantly share code, notes, and snippets.

@dogterbox
Created June 30, 2025 02:52
Show Gist options
  • Save dogterbox/969e08c67636a6501ce4c1fe2eb0f24b to your computer and use it in GitHub Desktop.
Save dogterbox/969e08c67636a6501ce4c1fe2eb0f24b to your computer and use it in GitHub Desktop.
Install FluxCD 1 with Apple Silicon
sudo wget https://github.com/fluxcd/flux/releases/download/1.25.4/fluxctl_darwin_amd64 -O /usr/local/bin/fluxctl && sudo chmod +x /usr/local/bin/fluxctl
softwareupdate --install-rosetta --agree-to-license
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment