Skip to content

Instantly share code, notes, and snippets.

@WallaceTan
Forked from akora/install-packer-on-mac-os.sh
Last active January 8, 2016 03:01
Show Gist options
  • Save WallaceTan/cb645974064094c43b30 to your computer and use it in GitHub Desktop.
Save WallaceTan/cb645974064094c43b30 to your computer and use it in GitHub Desktop.
Install packer on Mac OS
install-packer-on-mac-os.sh
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_darwin_amd64 /usr/local/packer
# then update your .bash_profile with the new path e.g.:
# export PATH="$PATH:/usr/local/packer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment