HexmosTech / Lama2

Free, Lightweight & Collaborative API Client
https://hexmos.com/lama2/index.html
GNU Affero General Public License v3.0
109 stars 6 forks source link

Update get_platform in install.sh for Apple Silicon #11

Closed bstaz closed 1 year ago

bstaz commented 1 year ago

Apple Silicon reports arm64 when running uname -m. This is a valid release architecture, but the case statement has no entry for it, so it falls through to the exit 1 line. This adds the needed entry. I've verified that install succeeds with this added.

shrsv commented 1 year ago

Thanks for your contribution! :)