mirror of
https://github.com/233boy/sing-box.git
synced 2026-05-03 06:14:41 +08:00
change arch to uname -m for better use
This commit is contained in:
@@ -62,7 +62,7 @@ _wget() {
|
||||
cmd=$(type -P apt-get || type -P yum || type -P zypper)
|
||||
|
||||
# x64
|
||||
case $(arch) in
|
||||
case $(uname -m) in
|
||||
amd64 | x86_64)
|
||||
is_arch="amd64"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user