mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge 182e28f1ae
into 5977a02e8b
This commit is contained in:
commit
e4ca1dfe02
2
nvm.sh
2
nvm.sh
@ -19,7 +19,7 @@ fi
|
|||||||
# Try to figure out the os and arch for binary fetching
|
# Try to figure out the os and arch for binary fetching
|
||||||
uname="$(uname -a)"
|
uname="$(uname -a)"
|
||||||
os=
|
os=
|
||||||
arch=x86
|
arch="$(uname -m)"
|
||||||
case "$uname" in
|
case "$uname" in
|
||||||
Linux\ *) os=linux ;;
|
Linux\ *) os=linux ;;
|
||||||
Darwin\ *) os=darwin ;;
|
Darwin\ *) os=darwin ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user