fix: use deflating flag for pixz in unarchive function
This commit is contained in:
parent
3da67271b9
commit
2c66331316
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ else
|
|||
fi
|
||||
|
||||
if (( $+commands[pixz] )); then
|
||||
_xz_bin='pixz'
|
||||
_xz_bin='pixz -d'
|
||||
else
|
||||
_xz_bin='xz'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue