install script for aarch64

pull/760/head
hunterlong 2020-07-23 16:58:39 -07:00
parent 3fae75d595
commit 1e3282c705
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ getArch() {
ARCH="arm"
elif [ ${MACHINE_TYPE} == 'arm64' ]; then
ARCH="arm64"
elif [ ${MACHINE_TYPE} == 'aarch64' ]; then
ARCH="arm64"
else
ARCH="386"
fi