Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save WesleyCh3n/9b1f9be55045a3cb9958b8c7727b3f0a to your computer and use it in GitHub Desktop.
Save WesleyCh3n/9b1f9be55045a3cb9958b8c7727b3f0a to your computer and use it in GitHub Desktop.
One Liner to Download the Latest Release from Github Repo
curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" |  wget -qi -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment