install.sh script sha-512 checksum verification


1. Download the SHA-512 checksum file (install.sha).
2. Use the shasum -a 512 -c install.sha command to verify the install script, as demonstrated below:

> shasum -a 512 -c install.sha
install.sh: OK

NOTE: The install.sha needs to be placed in the same directory where the install script (install.sh) is located.