fix: download url for iojs armv6l and armv7l. #678 #227

master
Sayanee 2015-02-27 09:49:45 +08:00
parent fb853614a7
commit 9e154b159e
1 changed files with 0 additions and 1 deletions

1
nvm.sh
View File

@ -859,7 +859,6 @@ nvm_get_arch() {
case "$NVM_UNAME" in
*x86_64*) NVM_ARCH=x64 ;;
*i*86*) NVM_ARCH=x86 ;;
*armv6l*) NVM_ARCH=arm-pi ;;
*) NVM_ARCH="$(uname -m)" ;;
esac
echo "$NVM_ARCH"