We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48dea9 + 27bea44 commit c0f0adeCopy full SHA for c0f0ade
1 file changed
generator/build/install_hugo.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-wget https://github.com/gohugoio/hugo/releases/download/v0.157.0/hugo_0.157.0_Linux-64bit.tar.gz -O hugo.tar.gz
4
- echo "78e0a49ec4fb32bfac70a06028297f79b3273fb7e2475eb7ffa1bc208f4c2552 hugo.tar.gz" | sha256sum -c
+wget https://github.com/gohugoio/hugo/releases/download/v0.159.1/hugo_0.159.1_Linux-64bit.tar.gz -O hugo.tar.gz
+ echo "297e18fa21e4796d80a3270c1234873f5a979cb9a329a0c93d9888a1b39f106c hugo.tar.gz" | sha256sum -c
5
if [ $? -eq 1 ]; then
6
exit 2
7
fi
0 commit comments