Browse Source

Merge pull request #155 from jwietelmann/master

NVM downloading x86 binaries instead of source for ARM Linux box
install_use_nvmrc
Tim Caswell 12 years ago
parent
commit
e1ec264b26
  1. 2
      nvm.sh

2
nvm.sh

@ -19,7 +19,7 @@ fi
# Try to figure out the os and arch for binary fetching
uname="$(uname -a)"
os=
arch=x86
arch="$(uname -m)"
case "$uname" in
Linux\ *) os=linux ;;
Darwin\ *) os=darwin ;;

Loading…
Cancel
Save