Note
This commit is contained in:
parent
9ad05dff8a
commit
c7183019ed
|
@ -6666,6 +6666,9 @@ function upgrade_golang {
|
|||
echo $'gvm installer not found'
|
||||
fi
|
||||
chmod +x binscripts/gvm-installer
|
||||
|
||||
# TODO: this script is all over the place
|
||||
# and contains hardcoded github. See if you can do better
|
||||
./binscripts/gvm-installer
|
||||
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"
|
||||
gvm install go1.4
|
||||
|
|
Loading…
Reference in New Issue