diff --git a/src/init.sh b/src/init.sh index 5cf0bf4..9ba5b75 100644 --- a/src/init.sh +++ b/src/init.sh @@ -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" ;;