- download packer
- unzip at ~/packer
- add to PATH
- sudo vim ~/.profile
export PATH=$PATH:~/packer/
- sudo vim ~/.bashrc
export PATH=$PATH:~/packer/
- Make Packer to be available throughout the system
sudo cp -r ~/packer/* /usr/bin/
- sudo vim ~/.profile
- reboot terminal
- test packer --version
Last active
May 4, 2017 08:33
-
-
Save devcfgc/194fef950e5ec70ae453656da3adcdd9 to your computer and use it in GitHub Desktop.
packer installation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment