Skip to content

Instantly share code, notes, and snippets.

@rpeshkov
Created May 11, 2018 22:55
Show Gist options
  • Save rpeshkov/77be7060ddc44f5c02f4433bc8bc7e04 to your computer and use it in GitHub Desktop.
Save rpeshkov/77be7060ddc44f5c02f4433bc8bc7e04 to your computer and use it in GitHub Desktop.
One-liners
# Get latest hugo
wget $(curl -s https://api.github.com/repos/gohugoio/hugo/releases | grep browser_download_url | grep '64bit[.]deb' | head -n 1 | cut -d '"' -f 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment