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.
1 parent 137d445 commit 5c1966dCopy full SHA for 5c1966d
generator/build/install_hugo.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-wget https://github.com/gohugoio/hugo/releases/download/v0.154.2/hugo_0.154.2_Linux-64bit.tar.gz -O hugo.tar.gz
4
- echo "6473b8fe2ff0a5b13af217eb780f3a03aa34d43ba4506314c6156f11074a418d hugo.tar.gz" | sha256sum -c
+wget https://github.com/gohugoio/hugo/releases/download/v0.154.4/hugo_0.154.4_Linux-64bit.tar.gz -O hugo.tar.gz
+ echo "5e89a251fdd60b53ae11774650678fbc29547b1088a50289da2cd459d04aee00 hugo.tar.gz" | sha256sum -c
5
if [ $? -eq 1 ]; then
6
exit 2
7
fi
0 commit comments