We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 013a21e + c033cd1 commit 766f9ecCopy full SHA for 766f9ec
generator/build/install_hugo.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-wget https://github.com/gohugoio/hugo/releases/download/v0.151.2/hugo_0.151.2_Linux-64bit.tar.gz -O hugo.tar.gz
4
- echo "834c65d0cc27b5f1da54031e6827642b874ad7d33b72e20fd4c64749e213d593 hugo.tar.gz" | sha256sum -c
+wget https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2_Linux-64bit.tar.gz -O hugo.tar.gz
+ echo "52b6eda6c00f4449d96f0cbfd7300e834c26179c4fe68e0510ef566db52dba04 hugo.tar.gz" | sha256sum -c
5
if [ $? -eq 1 ]; then
6
exit 2
7
fi
0 commit comments