Skip to content

Commit

Permalink
Merge pull request #3 from teknofile/master
Browse files Browse the repository at this point in the history
added -f to unzip to overwrite local packer extraction
  • Loading branch information
robertpeteuil authored Feb 6, 2021
2 parents 3355dbb + 81f095d commit 249da21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if shasum -h 2&> /dev/null; then
fi

# EXTRACT ZIP
unzip -qq "$FILENAME" || exit 1
unzip -f -qq "$FILENAME" || exit 1

if [[ ! "$cwdInstall" ]]; then
# COPY TO DESTINATION
Expand Down

0 comments on commit 249da21

Please sign in to comment.