mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
nix unzip warn on linux
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user