We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe76038 commit 933d25cCopy full SHA for 933d25c
generator/build/install_hugo.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-wget https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2_Linux-64bit.tar.gz -O hugo.tar.gz
4
- echo "52b6eda6c00f4449d96f0cbfd7300e834c26179c4fe68e0510ef566db52dba04 hugo.tar.gz" | sha256sum -c
+wget https://github.com/gohugoio/hugo/releases/download/v0.154.2/hugo_0.154.2_Linux-64bit.tar.gz -O hugo.tar.gz
+ echo "6473b8fe2ff0a5b13af217eb780f3a03aa34d43ba4506314c6156f11074a418d hugo.tar.gz" | sha256sum -c
5
if [ $? -eq 1 ]; then
6
exit 2
7
fi
0 commit comments