Update install.sh

This commit is contained in:
Syrus Akbary 2019-11-20 18:28:58 -08:00 committed by Syrus
parent 9e144c623b
commit 5e728ae893

View File

@ -211,6 +211,7 @@ initArch() {
case $ARCH in
amd64) ARCH="amd64";;
x86_64) ARCH="amd64";;
aarch64) ARCH="arm64";;
# i386) ARCH="386";;
*) printf "$red> The system architecture (${ARCH}) is not supported by this installation script.$reset\n"; exit 1;;
esac