better error handling when vailable formats mismatch
[webi-installers/.git] / _webi / bootstrap.sh
index 4a6551915158c293a169e6beabca3599f98e4a55..9e12dbaf0fe916c3016001b93be5cad6c34e68ca 100644 (file)
@@ -46,6 +46,8 @@ if [ -n "\$(command -v unxz)" ]; then
 fi
 if [ -n "\$(command -v unzip)" ]; then
        my_ext="zip,\$my_ext"
+else
+    echo "WARN: 'unzip' not found"
 fi
 if [ -n "\$(command -v tar)" ]; then
        my_ext="tar,\$my_ext"