mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
replaced real installation with dummy directory.
This commit is contained in:
parent
e12aed8dde
commit
86c60f5525
@ -1,8 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
mkdir ../../v0.8.6
|
||||||
|
|
||||||
. ../../nvm.sh
|
. ../../nvm.sh
|
||||||
|
|
||||||
nvm &&
|
nvm &&
|
||||||
nvm install 0.8.6 &&
|
|
||||||
nvm use 0.8.6 &&
|
nvm use 0.8.6 &&
|
||||||
(echo $PATH | grep nvm)
|
(echo $PATH | grep nvm)
|
||||||
nvm deactivate &&
|
nvm deactivate &&
|
Loading…
Reference in New Issue
Block a user