Skip to content

Commit

Permalink
Merge pull request shipwright-io#57 from kevydotvinu/install-hugo
Browse files Browse the repository at this point in the history
Create $HOME/bin directory before moving the hugo binary
  • Loading branch information
openshift-merge-robot authored Oct 18, 2021
2 parents 6de46ed + 84af19a commit d0e5375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/install-hugo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mkdir -p ${tmpDir}
pushd ${tmpDir}
wget "https://github.com/gohugoio/hugo/releases/download/v${hugoVersion}/hugo_extended_${hugoVersion}_${hugoOS}-64bit.tar.gz"
tar -xzvf "hugo_extended_${hugoVersion}_${hugoOS}-64bit.tar.gz"
mkdir -p ${installDir}
mv hugo ${installDir}
popd
rm -rf ${tmpDir}

0 comments on commit d0e5375

Please sign in to comment.