jpillora / installer

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

Installer M1 Macbook support #20

Open justyntemme opened 2 years ago

justyntemme commented 2 years ago

Darwin_arm64 is missing from the arch detection case switch. /usr/local/bin has migrated to /bin on darwin_arm64 This breaks all installs that try to write to the non existent directory /usr/local/bin, instead of writing to the correct install dir /bin. I would be happy to create a PR with the changes needed if that direction is approved.