From 8f6fac13a63e3ed0897cf238dddb3bddc6d54ced Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 14 Jun 2020 12:54:48 -0600 Subject: [PATCH] fix typo unzip => unxz --- webi/bootstrap.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webi/bootstrap.bash b/webi/bootstrap.bash index 5ddd4fb..13d34d9 100644 --- a/webi/bootstrap.bash +++ b/webi/bootstrap.bash @@ -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 -- 2.25.1