projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119ba20
)
fix typo unzip => unxz
author
AJ ONeal
<coolaj86@gmail.com>
Sun, 14 Jun 2020 18:54:48 +0000
(12:54 -0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Sun, 14 Jun 2020 18:54:48 +0000
(12:54 -0600)
webi/bootstrap.bash
patch
|
blob
|
history
diff --git
a/webi/bootstrap.bash
b/webi/bootstrap.bash
index 5ddd4fb9b557f65d866564219980c87ad3727034..13d34d96d13c72c5a8a5cded4fb8357099cc7323 100644
(file)
--- a/
webi/bootstrap.bash
+++ b/
webi/bootstrap.bash
@@
-39,7
+39,7
@@
fi
if [ -n "\$(command -v git)" ]; then
my_ext="git,\$my_ext"
fi
-if [ -n "\$(command -v un
zip
)" ]; then
+if [ -n "\$(command -v un
xz
)" ]; then
my_ext="xz,\$my_ext"
fi
if [ -n "\$(command -v unzip)" ]; then