mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
9 lines
117 B
Bash
Executable File
9 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p ../../../alias
|
|
|
|
. ../../../nvm.sh
|
|
nvm install 0.10.1
|
|
nvm unload || echo >&2 'nvm unload failed'
|
|
|