This commit is contained in:
Braydon Fuller 2017-03-08 02:02:40 +00:00 committed by GitHub
commit 502196f653

4
nvm.sh
View File

@ -133,6 +133,10 @@ if [ -z "${NVM_NODEJS_ORG_MIRROR-}" ]; then
export NVM_NODEJS_ORG_MIRROR="https://nodejs.org/dist"
fi
if [ -z "${NODEJS_ORG_MIRROR-}" ]; then
export NODEJS_ORG_MIRROR="https://nodejs.org/dist"
fi
if [ -z "${NVM_IOJS_ORG_MIRROR-}" ]; then
export NVM_IOJS_ORG_MIRROR="https://iojs.org/dist"
fi