- sudo apt-get update
- sudo apt-get -y upgrade
- wget https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz
- tar -xvf go1.11.4.linux-amd64.tar.gz
- sudo mv go /usr/local
- export GOROOT=/usr/local/go
- export GOPATH=$HOME/go
- export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
Last active
February 6, 2019 21:38
-
-
Save v1k-t0r/19c479bf3d67bbd7fa04e1f8e3f1531c to your computer and use it in GitHub Desktop.
Terraform vscale plugin installation on Debian 9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment