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 3a74519 + 72493a7 commit 306be78Copy full SHA for 306be78
generator/build/install_hugo.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-wget https://github.com/gohugoio/hugo/releases/download/v0.154.4/hugo_0.154.4_Linux-64bit.tar.gz -O hugo.tar.gz
4
- echo "5e89a251fdd60b53ae11774650678fbc29547b1088a50289da2cd459d04aee00 hugo.tar.gz" | sha256sum -c
+wget https://github.com/gohugoio/hugo/releases/download/v0.154.5/hugo_0.154.5_Linux-64bit.tar.gz -O hugo.tar.gz
+ echo "99b2f2f3db3e65bbbdb5840bc5158e271975b17d152904bb750ebae3c2a2aecc hugo.tar.gz" | sha256sum -c
5
if [ $? -eq 1 ]; then
6
exit 2
7
fi
0 commit comments