Skip to content

Commit

Permalink
fix unzip and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Apr 14, 2021
1 parent 249da21 commit 476a5af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packer-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ set -e
# sudoInstall=true

scriptname=$(basename "$0")
scriptbuildnum="1.5.3"
scriptbuilddate="2020-06-25"
scriptbuildnum="1.5.5"
scriptbuilddate="2021-04-14"

# CHECK DEPENDANCIES AND SET NET RETRIEVAL TOOL
if ! unzip -h 2&> /dev/null; then
Expand Down Expand Up @@ -205,7 +205,7 @@ if shasum -h 2&> /dev/null; then
fi

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

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

0 comments on commit 476a5af

Please sign in to comment.