-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support extracting
.tar.xz
files on OpenBSD.
* OpenBSD's `tar` does not support the `-J` flag, thus we must use `xzcat $file | tar xf - -C $dest` to first uncompress the `.tar.xz` file and pipe it into `tar` to then extract it.
- Loading branch information
1 parent
e432c0b
commit 4bca4d2
Showing
1 changed file
with
24 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters