[Breaking] cache previously downloaded artifacts for source installs

- `nvm uninstall` no longer removes source artifacts
This commit is contained in:
Jordan Harband
2016-08-13 09:14:45 -07:00
parent ba3ad8e460
commit 2214cb7ad7
2 changed files with 77 additions and 72 deletions

View File

@@ -9,4 +9,4 @@ mkdir src/node-v0.0.1
. ./nvm.sh
nvm uninstall v0.0.1
[ ! -d 'v0.0.1' ] && [ ! -d 'src/node-v0.0.1' ]
[ ! -d 'v0.0.1' ] && [ ! -d 'src/node-v0.0.1/files' ]