From: AJ ONeal Date: Sun, 14 Jun 2020 18:54:48 +0000 (-0600) Subject: fix typo unzip => unxz X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=8f6fac13a63e3ed0897cf238dddb3bddc6d54ced fix typo unzip => unxz --- 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