mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-08 12:07:47 +00:00
Make sure to ignore ~/.curlrc
if it exists.
This commit is contained in:
@@ -42,7 +42,7 @@ nvm_source() {
|
||||
|
||||
nvm_download() {
|
||||
if nvm_has "curl"; then
|
||||
curl $*
|
||||
curl -q $*
|
||||
elif nvm_has "wget"; then
|
||||
# Emulate curl with wget
|
||||
ARGS=$(echo "$*" | command sed -e 's/--progress-bar /--progress=bar /' \
|
||||
|
Reference in New Issue
Block a user