diff --git a/install/install.sh b/install/install.sh index 2fa69ef7..5243290d 100755 --- a/install/install.sh +++ b/install/install.sh @@ -111,7 +111,7 @@ unpack() { case "$archive" in *.tar.gz) - flags=$(test -n "${VERBOSE-}" && echo "-xzvf" || echo "-xzf") + flags=$(test -n "${VERBOSE-}" && echo "-xzvof" || echo "-xzof") ${sudo} tar "${flags}" "${archive}" -C "${bin_dir}" return 0 ;;