We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7899d commit 7c69a96Copy full SHA for 7c69a96
render-build.sh
@@ -12,10 +12,10 @@ OS_VERSION="Linux-64bit"
12
if [[ ! -f $XDG_CACHE_HOME/hugo ]]; then
13
echo "...Downloading HUGO"
14
mkdir -p ~/tmp
15
- wget -P ~/tmp https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_${OS_VERSION}.tar.gz
+ wget -P ~/tmp https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_${OS_VERSION}.tar.gz
16
cd ~/tmp
17
echo "...Extracting HUGO"
18
- tar -xzvf hugo_${HUGO_VERSION}_${OS_VERSION}.tar.gz
+ tar -xzvf hugo_extended_${HUGO_VERSION}_${OS_VERSION}.tar.gz
19
echo "...Moving HUGO"
20
mv hugo $XDG_CACHE_HOME/hugo
21
cd $HOME/project/src # Make sure we return to where we were
0 commit comments