Skip to content

Instantly share code, notes, and snippets.

@Tog1s
Last active July 22, 2020 10:08
Show Gist options
  • Save Tog1s/2b5c3146b979127dd607924a2a30acb0 to your computer and use it in GitHub Desktop.
Save Tog1s/2b5c3146b979127dd607924a2a30acb0 to your computer and use it in GitHub Desktop.
Install packer
#!/bin/bash
wget -O packer.zip https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64.zip
unzip -o packer.zip
chmod +x ./packer
sudo mv -f ./packer /usr/local/bin/packer
packer --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment