mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-18 19:24:21 +08:00
committed by
Jordan Harband
parent
7e715d5c73
commit
cc0750eb5d
2
nvm.sh
2
nvm.sh
@@ -1721,6 +1721,8 @@ nvm_install_binary() {
|
||||
local NODE_OR_IOJS
|
||||
if [ "${FLAVOR}" = 'node' ]; then
|
||||
NODE_OR_IOJS="${FLAVOR}"
|
||||
elif [ "${FLAVOR}" = 'iojs' ]; then
|
||||
NODE_OR_IOJS="io.js"
|
||||
fi
|
||||
if [ "${NVM_NO_PROGRESS-}" = "1" ]; then
|
||||
# --silent, --show-error, use short option as @samrocketman mentions the compatibility issue.
|
||||
|
||||
Reference in New Issue
Block a user