mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-21 07:39:44 +01:00
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
mkdir -p ../../../alias
|
||
|
|
|
||
|
|
. ../../../nvm.sh
|
||
|
|
nvm install 0.10.1
|
||
|
|
nvm unload || echo >&2 'nvm unload failed'
|
||
|
|
|