This commit is contained in:
ryenus
2025-04-09 08:17:25 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ nvm_node_version() {
nvm_download() {
if nvm_has "curl"; then
curl --fail --compressed -q "$@"
command curl --fail --compressed -q "$@"
elif nvm_has "wget"; then
# Emulate curl with wget
ARGS=$(nvm_echo "$@" | command sed -e 's/--progress-bar /--progress=bar /' \