fix typo unzip => unxz
authorAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 18:54:48 +0000 (12:54 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 18:54:48 +0000 (12:54 -0600)
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