We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like some tar version requires special arguments for different formats. like -z for gzip's --zstd for zstd types
-z
--zstd
The text was updated successfully, but these errors were encountered:
Current progress bar implementation works with pv and tar does not support compression type detection when it receives file from standard input.
fs-manager-udroid/udroid/src/proot-utils/proot-utils.sh
Lines 42 to 44 in bf365c3
To support multiple compression types there are two solutions.
Sorry, something went wrong.
No branches or pull requests
Looks like some tar version requires special arguments for different formats. like
-z
for gzip's--zstd
for zstd typesThe text was updated successfully, but these errors were encountered: