Skip to content

Instantly share code, notes, and snippets.

@vanodevium
Created September 10, 2019 18:57
Show Gist options
  • Save vanodevium/5f492470fb8f61471535b35436b69cd5 to your computer and use it in GitHub Desktop.
Save vanodevium/5f492470fb8f61471535b35436b69cd5 to your computer and use it in GitHub Desktop.
Latest hugo release
wget $(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep -oP '"browser_download_url": "\K(.*)hugo_0(.*)Linux-64bit.deb')
sudo dpkg -i hugo_0*Linux-64bit.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment