Skip to content

Instantly share code, notes, and snippets.

@devcfgc
Last active May 4, 2017 08:33
Show Gist options
  • Save devcfgc/194fef950e5ec70ae453656da3adcdd9 to your computer and use it in GitHub Desktop.
Save devcfgc/194fef950e5ec70ae453656da3adcdd9 to your computer and use it in GitHub Desktop.
packer installation

ubuntu

  1. download packer
  2. unzip at ~/packer
  3. 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/
  4. reboot terminal
  5. test packer --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment