Browse Source

update packer version

tags/v1.1.4
Jonathan Cobb 4 years ago
parent
commit
f1d66b2899
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/install_packer.sh

+ 1
- 1
bin/install_packer.sh View File

@@ -9,7 +9,7 @@ function die {

# Install packer
if [[ ! -f ${HOME}/packer/packer ]] ; then
PACKER_VERSION=1.5.6
PACKER_VERSION=1.6.2
PACKER_FILE=packer_${PACKER_VERSION}_linux_amd64.zip
PACKER_URL=https://releases.hashicorp.com/packer/${PACKER_VERSION}/${PACKER_FILE}
mkdir -p ${HOME}/packer && cd ${HOME}/packer && wget ${PACKER_URL} && unzip ${PACKER_FILE} || die "Error installing packer"


Loading…
Cancel
Save