1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-10-26 13:59:34 +08:00
nvm/test/slow/nvm exec/setup_dir
2018-02-26 01:01:30 +08:00

11 lines
137 B
Bash
Executable File

#!/bin/sh
\. ../../../nvm.sh
nvm install 0.10.7
nvm install 1.0.0
nvm install --lts
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi