Skip to content

Instantly share code, notes, and snippets.

@Sy3Omda
Created May 7, 2021 15:47
Show Gist options
  • Save Sy3Omda/cdab8ca439527444fd5f3118601798d0 to your computer and use it in GitHub Desktop.
Save Sy3Omda/cdab8ca439527444fd5f3118601798d0 to your computer and use it in GitHub Desktop.
curl -s https://api.github.com/repos/user/reponame/releases/latest | grep -E 'browser_download_url' | grep linux_amd64 | cut -d '"' -f 4 | wget -qi -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment