We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3001264 commit 267bd30Copy full SHA for 267bd30
install.sh
@@ -76,7 +76,7 @@ fi
76
77
if [[ -n "${CLI_ON_LINUX-}" ]]
78
then
79
- UNAME_MACHINE="$(/usr/bin/uname -m)"
+ UNAME_MACHINE="$(uname -m)"
80
if [[ "${UNAME_MACHINE}" == "arm64" || "${UNAME_MACHINE}" == "aarch64" ]]
81
82
curl -O -fsSL https://aliyuncli.alicdn.com/aliyun-cli-linux-"$VERSION"-arm64.tgz
0 commit comments