Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Oct 12, 2023
1 parent 84ba88c commit 4d1b638
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/nam/roles/mac-cli-apps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,15 @@ function main()
then
unzipRemoteFile \
'https://releases.hashicorp.com/packer/1.8.7/packer_1.8.7_darwin_arm64.zip' \
'/usr/local/sbin'
"$(getCurrentUserHomeFolder)/Downloads"
else
unzipRemoteFile \
'https://releases.hashicorp.com/packer/1.8.7/packer_1.8.7_darwin_amd64.zip' \
'/usr/local/sbin'
"$(getCurrentUserHomeFolder)/Downloads"
fi

sudo mv "$(getCurrentUserHomeFolder)/Downloads/packer" '/usr/local/sbin'

info "$(packer --version)"

# Install Command Line Tools
Expand Down

0 comments on commit 4d1b638

Please sign in to comment.