Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions generator/build/install_hugo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

wget https://github.com/gohugoio/hugo/releases/download/v0.155.1/hugo_0.155.1_Linux-64bit.tar.gz -O hugo.tar.gz
echo "6056ac054f7a159c8c95c8d5cf4f5ee255f27c3aada9b302bc3197d94305d8a7 hugo.tar.gz" | sha256sum -c
wget https://github.com/gohugoio/hugo/releases/download/v0.155.2/hugo_0.155.2_Linux-64bit.tar.gz -O hugo.tar.gz
echo "a680e2c6dd0e2244c237c85b549cb8697778cd068c84af1f7b0d9422827a554c hugo.tar.gz" | sha256sum -c
if [ $? -eq 1 ]; then
exit 2
fi
Expand Down