From d563fd2f6fdf7f7b7c1303565a0f685d2332d6f3 Mon Sep 17 00:00:00 2001 From: yige Date: Fri, 30 Aug 2019 01:17:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9=E5=8D=8E=E4=B8=BAAR?= =?UTF-8?q?M=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index d930286..c089708 100755 --- a/setup.sh +++ b/setup.sh @@ -27,6 +27,8 @@ arch() { ;; "x86") out="386" ;; + "aarch64") out="arm64" + ;; *) out=$res ;; esac