Created
November 2, 2018 21:11
-
-
Save ishu3101/31751aa0e9107a44959c42752d28d0c7 to your computer and use it in GitHub Desktop.
Install Packer on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Somebody create PPA repository for Packer
Done. Packer PPA: https://launchpad.net/~sfoerster/+archive/ubuntu/packer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
now it's 1.4.2, so: