mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 16:56:40 +00:00
fix typo unzip => unxz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user