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.157.0/hugo_0.157.0_Linux-64bit.tar.gz -O hugo.tar.gz
echo "78e0a49ec4fb32bfac70a06028297f79b3273fb7e2475eb7ffa1bc208f4c2552 hugo.tar.gz" | sha256sum -c
wget https://github.com/gohugoio/hugo/releases/download/v0.158.0/hugo_0.158.0_Linux-64bit.tar.gz -O hugo.tar.gz
echo "d0d8f0735dccef76e900719a70102f269c418e010a02e3e0f9e206a208346e2f hugo.tar.gz" | sha256sum -c
if [ $? -eq 1 ]; then
exit 2
fi
Expand Down
Loading