nix unzip warn on linux

This commit is contained in:
AJ ONeal
2020-06-25 04:35:51 +00:00
parent 039ef9b867
commit c4be1c7158
-7
View File
@@ -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"