Created
February 9, 2023 23:49
-
-
Save lorello/dd93ebe5e661eb3c723aaffb3214acbc to your computer and use it in GitHub Desktop.
Download latest github version os something
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
| 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