mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-12 15:11:50 +00:00
6 lines
63 B
Bash
Executable File
6 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../../../nvm.sh
|
|
nvm install 0.12.0
|
|
nvm use 0.12.0
|