Browse Source

fix: use deflating flag for pixz in unarchive function

master
Eugen Blattner 2 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 @@ -41,7 +41,7 @@ else
fi
if (( $+commands[pixz] )); then
_xz_bin='pixz'
_xz_bin='pixz -d'
else
_xz_bin='xz'
fi

Loading…
Cancel
Save