Skip to content

Instantly share code, notes, and snippets.

@RyanCCollins
Created February 6, 2016 20:24
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 RyanCCollins/d3df31960524843adfcb to your computer and use it in GitHub Desktop.
Save RyanCCollins/d3df31960524843adfcb to your computer and use it in GitHub Desktop.
curl -O -L https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_darwin_amd64.zip
unzip packer_0.8.6_darwin_amd64.zip
sudo mv packer_0.8.6 /usr/local/packer
sudo chown $USER /usr/local/packer/
# then update your .bash_profile with the new path e.g.:
# export PATH="/usr/local/git/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/local/packer:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment