Skip to content

Commit 7c69a96

Browse files
committed
Install hugo extended edition
1 parent ea7899d commit 7c69a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

render-build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ OS_VERSION="Linux-64bit"
1212
if [[ ! -f $XDG_CACHE_HOME/hugo ]]; then
1313
echo "...Downloading HUGO"
1414
mkdir -p ~/tmp
15-
wget -P ~/tmp https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_${OS_VERSION}.tar.gz
15+
wget -P ~/tmp https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_${OS_VERSION}.tar.gz
1616
cd ~/tmp
1717
echo "...Extracting HUGO"
18-
tar -xzvf hugo_${HUGO_VERSION}_${OS_VERSION}.tar.gz
18+
tar -xzvf hugo_extended_${HUGO_VERSION}_${OS_VERSION}.tar.gz
1919
echo "...Moving HUGO"
2020
mv hugo $XDG_CACHE_HOME/hugo
2121
cd $HOME/project/src # Make sure we return to where we were

0 commit comments

Comments
 (0)