jpillora / installer

One-liner for installing binaries from Github releases
https://i.jpillora.com/installer
MIT License
206 stars 52 forks source link

Use specific arch and forgo defaults #36

Open jpambrun opened 1 year ago

jpambrun commented 1 year ago

The default idea doesn't really work as it pick the first assed matching, not the best one. ppc64 and ppc32 would break the heuristic based on ordering.

There may be a better way. Also, not tested..