Created
September 21, 2015 09:16
-
-
Save v-thomp4/bf4eacf394477b490014 to your computer and use it in GitHub Desktop.
install go1.4.2 ubuntu 14.04
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
apt-add-repository ppa:git-core/ppa | |
apt-get update | |
apt-get install git | |
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) | |
source /root/.gvm/scripts/gvm | |
apt-get install bison | |
gvm install go1.4.2 | |
gvm use go1.4.2 [--default] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment