Created
November 16, 2013 23:24
-
-
Save tzmartin/7506739 to your computer and use it in GitHub Desktop.
Manually install Go v1.1.1 on Debian. Current package manager is 1.0.
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
sudo apt-get install -y debhelper build-essential autotools-dev | |
curl -s -o /tmp/go.tar.gz https://go.googlecode.com/files/go1.1.1.linux-amd64.tar.gz | |
sudo tar -C /usr/local -xzf /tmp/go.tar.gz | |
sudo ln -s /usr/local/go/bin/go /usr/local/bin/go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.2
https://go.googlecode.com/files/go1.2rc4.linux-amd64.tar.gz