diff --git a/install.sh b/install.sh index 49a850b..00ec1fa 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,6 @@ nvm_curl() { elif nvm_has "wget"; then # Emulate curl with wget ARGS="$*" - echo "original: $ARGS" ARGS=${ARGS/--progress-bar /--progress=bar } ARGS=${ARGS/-L /} ARGS=${ARGS/-I /} diff --git a/nvm.sh b/nvm.sh index ee2c9d2..a762363 100644 --- a/nvm.sh +++ b/nvm.sh @@ -18,7 +18,6 @@ nvm_curl() { elif nvm_has "wget"; then # Emulate curl with wget ARGS="$*" - echo "original: $ARGS" ARGS=${ARGS/--progress-bar /--progress=bar } ARGS=${ARGS/-L /} ARGS=${ARGS/-I /}