mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00

* wraps main code into a function * EnvVar-based install start * Clean environment after install
7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
NVM_ENV=testing . ../../install.sh
|
|
|
|
#nvm_do_install is available
|
|
type nvm_do_install > /dev/null 2>&1
|