diff --git a/generator/build/install_hugo.sh b/generator/build/install_hugo.sh index af970cb7d..ebe5a4ced 100644 --- a/generator/build/install_hugo.sh +++ b/generator/build/install_hugo.sh @@ -1,7 +1,7 @@ #!/bin/bash wget https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_0.148.1_Linux-64bit.tar.gz -O hugo.tar.gz -RUN echo "69f787720e7bad18f13dce9d7c494f4a908bfdffbfdea483e6df529268aeec37 hugo.tar.gz" | sha256sum -c +echo "69f787720e7bad18f13dce9d7c494f4a908bfdffbfdea483e6df529268aeec37 hugo.tar.gz" | sha256sum -c if [ $? -eq 1 ]; then exit 2 fi