Skip to content

Commit 5baae57

Browse files
Download hugo in the non-verbose mode
Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
1 parent 3b17f16 commit 5baae57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/build/install_hugo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_Linux-64bit.tar.gz -O hugo.tar.gz
3+
wget -nv https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_Linux-64bit.tar.gz -O hugo.tar.gz
44
echo "ec422258f9a4ffc241de8707297e32311cd86fcc9b2813632617ff4d44935d91 hugo.tar.gz" | sha256sum -c
55
if [ $? -eq 1 ]; then
66
exit 2

0 commit comments

Comments
 (0)