Skip to content

Instantly share code, notes, and snippets.

@dukex
Created July 5, 2015 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dukex/647b84a3003d60bcba6b to your computer and use it in GitHub Desktop.
Save dukex/647b84a3003d60bcba6b to your computer and use it in GitHub Desktop.
DFILE="go$VERSION.linux-amd64.tar.gz"
wget https://storage.googleapis.com/golang/$DFILE -O /tmp/go.tar.gz
tar -C /usr/local -xzf /tmp/go.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment