mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-09-01 00:00:07 +08:00
http://nodejs.org/dist now redirects to https://nodejs.org/dist
This commit is contained in:
@@ -50,7 +50,7 @@ unset NVM_SCRIPT_SOURCE 2> /dev/null
|
||||
|
||||
# Setup mirror location if not already set
|
||||
if [ -z "$NVM_NODEJS_ORG_MIRROR" ]; then
|
||||
export NVM_NODEJS_ORG_MIRROR="http://nodejs.org/dist"
|
||||
export NVM_NODEJS_ORG_MIRROR="https://nodejs.org/dist"
|
||||
fi
|
||||
|
||||
nvm_tree_contains_path() {
|
||||
|
||||
Reference in New Issue
Block a user