From: AJ ONeal Date: Thu, 25 Jun 2020 04:35:51 +0000 (+0000) Subject: nix unzip warn on linux X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=c4be1c715820119a01708365a245a116ae57b364 nix unzip warn on linux --- diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index b9efebb..64cf2c3 100644 --- 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"