Skip to content

Instantly share code, notes, and snippets.

@rwieruch
Created June 5, 2018 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwieruch/a8c42602fc4e21c7081f83d492f14714 to your computer and use it in GitHub Desktop.
Save rwieruch/a8c42602fc4e21c7081f83d492f14714 to your computer and use it in GitHub Desktop.
Upgrade Hugo on Ubuntu Digital Ocean
hugo version
sudo apt-get remove hugo
wget https://github.com/gohugoio/hugo/releases/download/v0.41/hugo_0.41_Linux-64bit.deb
sudo dpkg -i hugo*.deb
hugo version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment