Skip to content
New issue

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

feat(decompressor): add Bzip2TarDecompressor for handling .tar.bz2 files #361

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

leoliu0605
Copy link
Contributor

@leoliu0605 leoliu0605 commented Sep 27, 2024

close #346

@bytemain bytemain changed the title feat(decompressor.go): add Bzip2TarDecompressor for handling .tar.bz2 files to enhance decompression capabilities, close #346 feat(decompressor.go): add Bzip2TarDecompressor for handling .tar.bz2 files to enhance decompression capabilities Sep 28, 2024
internal/util/decompressor.go Outdated Show resolved Hide resolved
Copy link
Member

@bytemain bytemain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bytemain bytemain changed the title feat(decompressor.go): add Bzip2TarDecompressor for handling .tar.bz2 files to enhance decompression capabilities feat(decompressor): add Bzip2TarDecompressor for handling .tar.bz2 files Sep 29, 2024
@bytemain bytemain merged commit b945157 into version-fox:main Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Support "tar.bz2" default decompress while "PreInstall"
2 participants