Skip to content

Instantly share code, notes, and snippets.

@suhlig
Created May 14, 2024 09:45
Show Gist options
  • Save suhlig/889c5ccb71a1653cdaee208c26035a7a to your computer and use it in GitHub Desktop.
Save suhlig/889c5ccb71a1653cdaee208c26035a7a to your computer and use it in GitHub Desktop.
curl -L $(curl -L https://api.github.com/repos/derailed/k9s/releases/latest | jq --raw-output '.assets[] | select(.name == "k9s_Linux_amd64.tar.gz") | .browser_download_url') | tar xz k9s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment