diff --git a/install/install.sh b/install/install.sh index 6936ba7b..1cd2028c 100755 --- a/install/install.sh +++ b/install/install.sh @@ -116,7 +116,7 @@ unpack() { return 0 ;; *.zip) - flags=$(test -z "${VERBOSE-}" && echo "-qq" || echo "") + flags=$(test -z "${VERBOSE-}" && echo "-qqo" || echo "-o") UNZIP="${flags}" ${sudo} unzip "${archive}" -d "${bin_dir}" return 0 ;;