jsnjack / grm

An experimental package manager for GitHub Releases
16 stars 2 forks source link

Zellij: unable to install on m1 mac #6

Closed Lilja closed 1 year ago

Lilja commented 1 year ago
image

Releases: https://github.com/zellij-org/zellij/releases

image

There is an aarch64 but not found?

    zellij-org/zellij:
        repo: zellij
        owner: zellij-org
        version: v0.34.4
        md5: c8909d3ba9b1fe13d35e0c5741ee08d0
        filter: []
        locked: false
        filename: /usr/local/bin/zellij
jsnjack commented 1 year ago

ah, another naming pattern! for now, you could pass your own filter, like this grm install zellij-org/zellij -f aarch64, gz

jsnjack commented 1 year ago

and grm info zellij-org/zellij will list all available assets

Lilja commented 1 year ago

grm install zellij-org/zellij -f aarch64,gz worked, but will probably not work now for my WSL installation, given that it's on x86. I guess related to #1

jsnjack commented 1 year ago

Similar to https://github.com/jsnjack/grm/issues/7