diff --git a/build/bootstrap/bootstrap-debian.sh b/build/bootstrap/bootstrap-debian.sh index 342abccabd68..5f06e55b295a 100755 --- a/build/bootstrap/bootstrap-debian.sh +++ b/build/bootstrap/bootstrap-debian.sh @@ -37,9 +37,9 @@ echo '. ~/.bashrc_bootstrap' >> ~/.bashrc # Install Go. trap 'rm -f /tmp/go.tgz' EXIT -curl https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz > /tmp/go.tgz -sha256sum - < /tmp/go.tgz +sha256sum -c - <