Merge pull request #2 from chesha1/main

fix: architecture of macos in apple silicon
This commit is contained in:
spiritlhl
2024-05-21 16:05:52 +08:00
committed by GitHub
+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
;;
*)