Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created January 20, 2016 09:34
Show Gist options
  • Save lee-pai-long/ae1ff4d715d1b1c6589f to your computer and use it in GitHub Desktop.
Save lee-pai-long/ae1ff4d715d1b1c6589f to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install Terraform

$ wget -P /tmp/ \
> https://releases.hashicorp.com/terraform/0.6.9/terraform_0.6.9_linux_amd64.zip && \
> [sudo] sudo mkdir /opt/terraform && \
> [sudo] unzip /tmp/terraform*.zip -d /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment