Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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"
 
PREVIOUS NEXT
Tagged: #install #hugo #ubuntu
ADD COMMENT
Topic
Name
1+7 =