fix: architecture of macos in apple silicon

This commit is contained in:
chesha1
2024-05-21 14:09:00 +08:00
parent 81dd74adc1
commit d0e27cd218
+1 -1
View File
@@ -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
;;
*)