From 5e728ae893b9d7499ed522ac113b7f8d77a4d360 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 20 Nov 2019 18:28:58 -0800 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a4fc2b841..0420aad32 100755 --- a/install.sh +++ b/install.sh @@ -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