Browse Source

Merge pull request #160 from wlaurance/master

i686 architecture
install_use_nvmrc
Tim Caswell 12 years ago
parent
commit
3b2d2e4b61
  1. 1
      nvm.sh

1
nvm.sh

@ -27,6 +27,7 @@ case "$uname" in
esac
case "$uname" in
*x86_64*) arch=x64 ;;
*i686*) arch=x86 ;;
esac
# Expand a version using the version cache

Loading…
Cancel
Save