Browse Source

fix: use deflating flag for pixz in unarchive function

master
Eugen Blattner 3 years ago committed by Kaleb Elwert
parent
commit
b9b8a480fe
  1. 2
      modules/archive/functions/unarchive

2
modules/archive/functions/unarchive

@ -41,7 +41,7 @@ else
fi fi
if (( $+commands[pixz] )); then if (( $+commands[pixz] )); then
_xz_bin='pixz' _xz_bin='pixz -d'
else else
_xz_bin='xz' _xz_bin='xz'
fi fi

Loading…
Cancel
Save