Skip to content

Instantly share code, notes, and snippets.

@fed135
Created July 28, 2020 21:31
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 fed135/4c842f70e28ba1ec4edd24c984f028da to your computer and use it in GitHub Desktop.
Save fed135/4c842f70e28ba1ec4edd24c984f028da to your computer and use it in GitHub Desktop.
Installing GVM and Go on Debian-based linux
#!/bin/bash
# Go setup:
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source ~/.gvm/scripts/gvm
sudo apt-get install bison -y
gvm install go1.14 -B
gvm use go1.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment