install hugo linux code example
Example: install hugo on ubuntu
wget -c "https://github.com/$(curl -s "https://github.com/gohugoio/hugo/releases" | grep -Eo "\/gohugoio\/hugo\/releases\/download.*hugo_extended_[0-9]+\.[0-9]+\.[0-9]+_Linux\-64bit\.deb" | head -n 1)" -O "hugo-$(uname -r).deb"; sudo dpkg -i "hugo-$(uname -r).deb"