Built with from Grav and Hugo
wget https://releases.hashicorp.com/packer/${VERSION}/packer_${VERSION}_linux_amd64.zip unzip packer_${VERSION}_linux_amd64.zip sudo mv packer /usr/local/bin/ packer version
packer validate <FILENAME.json>
packer build <FILENAME.json>