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

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" export NVM_NODEJS_ORG_MIRROR="https://nodejs.org/dist"
fi fi
if [ -z "${NODEJS_ORG_MIRROR-}" ]; then
export NODEJS_ORG_MIRROR="https://nodejs.org/dist"
fi
if [ -z "${NVM_IOJS_ORG_MIRROR-}" ]; then if [ -z "${NVM_IOJS_ORG_MIRROR-}" ]; then
export NVM_IOJS_ORG_MIRROR="https://iojs.org/dist" export NVM_IOJS_ORG_MIRROR="https://iojs.org/dist"
fi fi