mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-23 17:54:52 +00:00
[New] maybe support Windows with WSL, MSYS, Cygwin
This commit is contained in:

committed by
Jordan Harband

parent
d118be8fd4
commit
f2582275f6
@@ -43,6 +43,9 @@ if [ -z "$NVM_DIR" ] || [ -z "$tmp_dir" ]; then
|
||||
die 'Unable to create temporary folder'
|
||||
fi
|
||||
|
||||
# Test windows zip
|
||||
test_archi 'win' 'v15.6.0' 'x64' 'node' 'zip' 'zip' '-qr'
|
||||
|
||||
# Test linux tar.xz
|
||||
test_archi 'linux' 'v14.15.4' 'x64' 'bin/node' 'tar.xz' 'tar' '-cJf'
|
||||
|
||||
|
Reference in New Issue
Block a user