mirror of
https://github.com/233boy/sing-box.git
synced 2026-05-02 22:04:40 +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)
|
cmd=$(type -P apt-get || type -P yum || type -P zypper)
|
||||||
|
|
||||||
# x64
|
# x64
|
||||||
case $(arch) in
|
case $(uname -m) in
|
||||||
amd64 | x86_64)
|
amd64 | x86_64)
|
||||||
is_arch="amd64"
|
is_arch="amd64"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user