Skip to content

Commit bb28db4

Browse files
committed
Default ZIP method was not tar, instead 7zip as per help message
1 parent 5699914 commit bb28db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: prereqs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# - Basic Variables --------------------------------------------------
2727

2828

29-
[[ -z "${ZIP}" ]] && ZIP="7zip"
29+
[[ -z "${ZIP}" ]] && ZIP="tar"
3030
[[ -z "${GIT}" ]] && GIT="git"
3131
[[ -z "${DLM}" ]] && DLM="curl"
3232

0 commit comments

Comments
 (0)