Browse Source

Account for x86 architectures

master
wlaurance 13 years ago
parent
commit
21f00362b0
  1. 2
      nvm.sh

2
nvm.sh

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

Loading…
Cancel
Save