Skip to content

Use tar.gz instead of zip #26

@rafaScalet

Description

@rafaScalet

Is your feature request related to a problem? Please describe.

This plugin has several external dependencies, and is the only plugin that I use that has dependencies not managed by mise itself (I'm talking about unzip), so why not use tar.gz format instead of zip format to avoid using unzip command?
In my opinion, this is great for a simple "plug-n-play" solution, so I don't need to install an external tool in my system.

Describe the solution you'd like

Just use the tar -xzf instead of unzip in this line.
Also, the file type needs to be changed in this line

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions