Skip to content

Commit 5e728ae

Browse files
committed
Update install.sh
1 parent 9e144c6 commit 5e728ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ initArch() {
211211
case $ARCH in
212212
amd64) ARCH="amd64";;
213213
x86_64) ARCH="amd64";;
214+
aarch64) ARCH="arm64";;
214215
# i386) ARCH="386";;
215216
*) printf "$red> The system architecture (${ARCH}) is not supported by this installation script.$reset\n"; exit 1;;
216217
esac

0 commit comments

Comments
 (0)