Created
June 5, 2018 08:22
-
-
Save rwieruch/a8c42602fc4e21c7081f83d492f14714 to your computer and use it in GitHub Desktop.
Upgrade Hugo on Ubuntu Digital Ocean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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