GaiaNet-AI / gaianet-node

Install and run your own AI agent service
https://www.gaianet.ai/
GNU General Public License v3.0
2.4k stars 70 forks source link

Bug: added error handling for unsupported architecture #51

Closed zmunro closed 1 month ago

zmunro commented 1 month ago

The install script fails with an obscure error where it can't find a file if installation takes place on an architecture not supported. This fix adds an else statement to the architecture checks and prints an error message if the current architecture isn't supported.