mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-11-18 02:50:42 +01: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'
|
|
|