Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Created November 2, 2018 21:11
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Install Packer on Ubuntu 16.04
curl -SL https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_linux_amd64.zip -o packer_1.3.2_linux_amd64.zip
unzip packer_1.3.2_linux_amd64.zip
sudo mv packer /usr/bin/packer
@stevermeister
Copy link

now it's 1.4.2, so:

curl -SL https://releases.hashicorp.com/packer/1.4.2/packer_1.4.2_linux_amd64.zip -o packer_1.4.2_linux_amd64.zip
unzip packer_1.4.2_linux_amd64.zip
sudo mv packer /usr/bin/packer

@patsevanton
Copy link

Somebody create PPA repository for Packer

@sfoerster
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment