fix typo unzip => unxz
[webi-installers/.git] / webi / bootstrap.bash
index 5ddd4fb9b557f65d866564219980c87ad3727034..13d34d96d13c72c5a8a5cded4fb8357099cc7323 100644 (file)
@@ -39,7 +39,7 @@ fi
 if [ -n "\$(command -v git)" ]; then
        my_ext="git,\$my_ext"
 fi
-if [ -n "\$(command -v unzip)" ]; then
+if [ -n "\$(command -v unxz)" ]; then
        my_ext="xz,\$my_ext"
 fi
 if [ -n "\$(command -v unzip)" ]; then