Skip to content

Instantly share code, notes, and snippets.

@wiless
Last active February 28, 2017 17:30
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 wiless/06ebe70d0b3db10da42fa8d81511520d to your computer and use it in GitHub Desktop.
Save wiless/06ebe70d0b3db10da42fa8d81511520d to your computer and use it in GitHub Desktop.
A script to setup environment go 1.8
#!/bin/sh
mkdir ~/Downloads
cd ~/Downloads
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
sudo tar xvf ~/Downlods/go1.8.linux-amd64.tar.gz /opt/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment