From d0e27cd218f1a9d997cda64cfc327a61919728eb Mon Sep 17 00:00:00 2001 From: chesha1 Date: Tue, 21 May 2024 14:09:00 +0800 Subject: [PATCH] fix: architecture of macos in apple silicon --- gostun_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gostun_install.sh b/gostun_install.sh index a68171c..ffe9718 100644 --- a/gostun_install.sh +++ b/gostun_install.sh @@ -32,7 +32,7 @@ case $os in "i386" | "i686") wget -O gostun https://github.com/oneclickvirt/gostun/releases/download/output/gostun-darwin-386 ;; - "armv7l" | "armv8" | "armv8l" | "aarch64") + "armv7l" | "armv8" | "armv8l" | "aarch64" | "arm64") wget -O gostun https://github.com/oneclickvirt/gostun/releases/download/output/gostun-darwin-arm64 ;; *)