Skip to content

Instantly share code, notes, and snippets.

@lorello
Created February 9, 2023 23:49
Show Gist options
  • Select an option

  • Save lorello/dd93ebe5e661eb3c723aaffb3214acbc to your computer and use it in GitHub Desktop.

Select an option

Save lorello/dd93ebe5e661eb3c723aaffb3214acbc to your computer and use it in GitHub Desktop.
Download latest github version os something
wget $(curl -s https://api.github.com/repos/$USER/$REPO/releases/latest | jq -r '.assets[] | select(.name|match("Linux_x86_64.tar.gz$")) | .browser_download_url') && tar xzvf *.tar.gz kaf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment