Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Use tar.gz instead of zip #26

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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