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:
039ef9b
)
nix unzip warn on linux
author
AJ ONeal
<aj@therootcompany.com>
Thu, 25 Jun 2020 04:35:51 +0000
(
04:35
+0000)
committer
AJ ONeal
<aj@therootcompany.com>
Thu, 25 Jun 2020 04:35:51 +0000
(
04:35
+0000)
_webi/bootstrap.sh
patch
|
blob
|
history
diff --git
a/_webi/bootstrap.sh
b/_webi/bootstrap.sh
index b9efebbed95e29c23272cca016f5a36c5b70e7b6..64cf2c31e21306ea39ad5eb6cda60683f3571970 100644
(file)
--- a/
_webi/bootstrap.sh
+++ b/
_webi/bootstrap.sh
@@
-52,13
+52,6
@@
if [ -n "\$(command -v unxz)" ]; then
fi
if [ -n "\$(command -v unzip)" ]; then
my_ext="zip,\$my_ext"
-else
- if [ -n "\$(command -v apt-get)" ]; then
- >&2 echo "WARN: please install 'unzip':"
- >&2 echo " sudo apt-get install -y unzip"
- else
- >&2 echo "WARN: 'unzip' not found"
- fi
fi
if [ -n "\$(command -v tar)" ]; then
my_ext="tar,\$my_ext"