* Adds native binary support for Darwin Arm64 (e.g. M1 Mac) (#826)
* Add Darwin ARM64 binaries
* Update install script for Darwin Arm64
* Fix install script for M1 mac
On the MacBook Pro with Apple Silicon (M1), uname returns 'darwin'. However, the script only looked for 'linux', resulting in the install not running with sudo. The fix includes checking for 'darwin' so the script will have the proper permission to write in '/usr/local/bin'.
* Initial commit of linux installation script
* sudo checking
* add more helper functions
* add licence
* Add usage
* use single commandline for macos and linux
* Add more logs