mirror of
https://github.com/oneclickvirt/gostun.git
synced 2026-04-22 16:07:52 +08:00
fix: architecture of macos in apple silicon
This commit is contained in:
+1
-1
@@ -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
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user