mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-18 01:51:46 +00:00
Merge c0a794762a04682b57ce18a09bcffb033a44edeb into fa22d712ff7367fc0ecc87bbe8801d77303068e3
This commit is contained in:
commit
502196f653
4
nvm.sh
4
nvm.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user