fix typo unzip => unxz

This commit is contained in:
AJ ONeal
2020-06-14 12:54:48 -06:00
parent 119ba20bbc
commit 8f6fac13a6

View 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