ibnishak / Timimi

Webextension to save Tiddlywiki
https://ibnishak.github.io/Timimi/
GNU Affero General Public License v3.0
206 stars 23 forks source link

line 653: ./installer: Bad CPU type in executable #97

Closed md81544 closed 3 weeks ago

md81544 commented 3 weeks ago

Trying to install the backend on a new M4 Macbook Pro. Downloaded timimi-2-1-1-Mac, and when I run it I get successful checksums, but then the error "line 653: ./installer: Bad CPU type in executable".

I'm guessing this is because it's a new processor? Is there a workaround for this?

md81544 commented 3 weeks ago

Doh... I realise now that MacOS installs Rosetta (the intel interpreter) on demand when running GUI apps, but not in terminal. Installing Rosetta with "/usr/sbin/softwareupdate --install-rosetta --agree-to-license" makes it work. Leaving this comment here in case anyone else sees this issue!