mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge 618e34e323
into 7f3145bc98
This commit is contained in:
commit
028c080db0
2
nvm.sh
2
nvm.sh
@ -1494,7 +1494,7 @@ nvm_get_arch() {
|
|||||||
|
|
||||||
local NVM_ARCH
|
local NVM_ARCH
|
||||||
case "$HOST_ARCH" in
|
case "$HOST_ARCH" in
|
||||||
x86_64 | amd64) NVM_ARCH="x64" ;;
|
*x86_64* | amd64) NVM_ARCH="x64" ;;
|
||||||
i*86) NVM_ARCH="x86" ;;
|
i*86) NVM_ARCH="x86" ;;
|
||||||
aarch64) NVM_ARCH="arm64" ;;
|
aarch64) NVM_ARCH="arm64" ;;
|
||||||
*) NVM_ARCH="$HOST_ARCH" ;;
|
*) NVM_ARCH="$HOST_ARCH" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user