Created
July 5, 2015 22:41
-
-
Save dukex/647b84a3003d60bcba6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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