Answers for "install hugo on ubuntu"

0

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"
Posted by: Guest on March-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language