Archive : Fix tar unarchive.
This commit is contained in:
parent
8fbd1a70d9
commit
c4ed60c585
|
@ -249,6 +249,9 @@
|
||||||
"txz")
|
"txz")
|
||||||
''${remote[@]} pv -f ''${file} | xz -d | tar -xf -
|
''${remote[@]} pv -f ''${file} | xz -d | tar -xf -
|
||||||
;;
|
;;
|
||||||
|
"tar")
|
||||||
|
''${remote[@]} pv -f ''${file} | tar -xf -
|
||||||
|
;;
|
||||||
"tgz")
|
"tgz")
|
||||||
''${remote[@]} pv -f ''${file} | gzip -d | tar -xf -
|
''${remote[@]} pv -f ''${file} | gzip -d | tar -xf -
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue