X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=blobdiff_plain;f=go;fp=go;h=ddda94588f47e3817ce00ad3105c9865bc3fe9aa;hp=eb86add76d56653f26c924a8a23490657add80fa;hb=85ed0e89a01decf6846786bbc1ac13351248e79d;hpb=a92d67f31b2f8359baf97eabb0833e17c59ba92f diff --git a/go b/go index eb86add..ddda945 100755 --- a/go +++ b/go @@ -33,7 +33,7 @@ if (( $(stat -c %Y FETCH_HEAD) < yesterday )); then else timestamp=0 fi - m wget -N https://dl.google.com/go/$f || ret=$? + m wget -nv -N https://dl.google.com/go/$f || ret=$? } dl # 8 is return code for 404. for a new release, they might not have a binary out yet