add shebang to all .ps1
[webi-installers/.git] / _webi / bootstrap.sh
index 6562087db0de61fd82f9b33fd3d66d7efe782a60..64cf2c31e21306ea39ad5eb6cda60683f3571970 100644 (file)
@@ -52,8 +52,6 @@ if [ -n "\$(command -v unxz)" ]; then
 fi
 if [ -n "\$(command -v unzip)" ]; then
     my_ext="zip,\$my_ext"
-else
-    >&2 echo "WARN: 'unzip' not found"
 fi
 if [ -n "\$(command -v tar)" ]; then
     my_ext="tar,\$my_ext"