Skip to content

Instantly share code, notes, and snippets.

@kudosqujo
Created February 9, 2021 02:18
Show Gist options
  • Save kudosqujo/24ce31abe96b4f0364d5cf58a1152769 to your computer and use it in GitHub Desktop.
Save kudosqujo/24ce31abe96b4f0364d5cf58a1152769 to your computer and use it in GitHub Desktop.
[HOWTO: Install a Binary] #cli #howto
# example: installation of `kops` utility
curl -Lo kops https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-darwin-amd64
chmod +x kops
sudo mv kops /usr/local/bin/kops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment