mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-07-20 05:48:22 +08:00
Testable install script
* wraps main code into a function * EnvVar-based install start * Clean environment after install
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
NVM_ENV=testing . ../../install.sh
|
||||
|
||||
#nvm_do_install is available
|
||||
type nvm_do_install > /dev/null 2>&1
|
||||
Reference in New Issue
Block a user