The curl-based install script downloads from raw.githubusercontent.com which is unreliable in some network environments. go install is more reliable and uses the Go module proxy.
The curl-based install script downloads from raw.githubusercontent.com which is unreliable in some network environments. go install is more reliable and uses the Go module proxy.