Artem
9c7da6cec3
Adding a newline before the source string in the ".bash_profile"
...
Resolved Issue #197
12 years ago
Artem
1088b4b00f
Ignoring the ".DS_Store" files on OS X
12 years ago
GPad
5811cb9e73
Resolved Issue #194
...
Issue #194
12 years ago
Tim Caswell
0ec339e040
Merge pull request #192 from gpad/nvmrc
...
Use .nvmrc if present
12 years ago
GPad
7226e5fb98
read the .nvmrc if present
12 years ago
GPad
bc9c82cb9f
read version from .nvmrc if not specified
12 years ago
Tim Caswell
f605581c7d
return not exit
12 years ago
Tim Caswell
87a76af398
Merge pull request #191 from koenpunt/patch-1
...
Add exit code, fix #190
12 years ago
Koen Punt
70e1b81ad3
Add exit code, fix #190
12 years ago
Tim Caswell
e145978e73
Merge pull request #189 from kt3k/feature/hyphen-s-option-2
...
Add -s option to force install from source
12 years ago
Yosiya Hinosawa
a6be969403
changed shasums file url because in v0.8.6 .txt.asc file is not available.
12 years ago
Yosiya Hinosawa
184f641730
fixed the condition for the binary package availability.
12 years ago
Yoshiya Hinosawa
7dc0827eaa
minor modifications.
12 years ago
Yoshiya Hinosawa
278fd031b0
added test for installation with -s option.
12 years ago
Yoshiya Hinosawa
7013372867
added -s (install from source) option.
12 years ago
Yosiya Hinosawa
881178db01
fixed syntax error.
12 years ago
Yoshiya Hinosawa
1845a4a5a9
added the description about -s option.
12 years ago
Tim Caswell
bc508802e5
Update README.markdown
12 years ago
Tim Caswell
0a4d3a2944
Merge pull request #181 from andrwj/master
...
fixed 'bash command not found sha1sum' in Mac OS
12 years ago
A.J
5596054445
fixed wrong condition checking for 'shasum' (I'm using Mac OS 10.8.2)
...
line 188, `which shasum > /dev/null 2>&1` will be replaced by:
'/usr/bin/shasum > /dev/null 2>&1'
but, `/usr/bin/shasum` needs filename argument which is ommited and the
test results always 'false'.
12 years ago
Tim Caswell
68f7dc9cb3
Merge pull request #171 from cou929/support_sha1sum_command
...
support platforms which does not have shasum command
12 years ago
Tim Caswell
9c3af112ca
Merge pull request #175 from Marsup/fix-172
...
Fix #172 on ZSH
12 years ago
Tim Caswell
eaf8a50483
Merge pull request #178 from koenpunt/patch-2
...
Fixed variable expansion for `SOURCE_STR`
12 years ago
Tim Caswell
6c70627478
Merge pull request #177 from koenpunt/patch-1
...
Added instructions for the install script
12 years ago
Koen Punt
dc2bf8c526
Fixed variable expansion for `SOURCE_STR`
12 years ago
Koen Punt
b063b32642
Added instructions for the install script
12 years ago
Tim Caswell
7bee39fd81
Merge pull request #176 from witoldsz/patch-1
...
Update install.sh
12 years ago
Witold Szczerba
2f6b0ca9d7
Update install.sh
...
$HOME/.nvm used instead of introduced earlier NVM_TARGET.
12 years ago
Marsup
2662840064
Fix #172 on ZSH
12 years ago
Kosei Moriyama
1a08edd94e
support platforms which does not have shasum command
...
use sha1sum command if there is no shasum command
12 years ago
Tim Caswell
59c8eda18c
Merge pull request #170 from tisba/master
...
Avoid pollution of environment
12 years ago
Sebastian Cohnen
0803e317e1
avoid environment pollution with NVM internals
12 years ago
Tim Caswell
1709fa9248
Merge pull request #165 from koenpunt/install
...
Basic install file
12 years ago
Koen Punt
3c4bf80ec7
added basic install file
12 years ago
Tim Caswell
dd3650fc8f
Merge pull request #164 from paulownia/fix_for_v0.4
...
Cannot install v0.4
12 years ago
hisanori
4ffd4bb34f
fix installation problem about v0.4
12 years ago
Tim Caswell
d6ef9c8893
Merge pull request #163 from wlaurance/master
...
Glob i*86
12 years ago
wlaurance
21f00362b0
Account for x86 architectures
12 years ago
Tim Caswell
f3bf583285
Merge pull request #161 from wlaurance/master
...
Checksum checking
12 years ago
wlaurance
a1d14ea5b8
Checksum support for binary downloads
...
Checksum support for source downloads
Closes #159
12 years ago
Tim Caswell
3b2d2e4b61
Merge pull request #160 from wlaurance/master
...
i686 architecture
12 years ago
wlaurance
03b16d7a67
Account for uname -a i686
12 years ago
Tim Caswell
e1ec264b26
Merge pull request #155 from jwietelmann/master
...
NVM downloading x86 binaries instead of source for ARM Linux box
12 years ago
Joel Wietelmann
182e28f1ae
Making ARM stop downloading x86 binaries
12 years ago
Tim Caswell
5977a02e8b
Merge pull request #154 from mikedeboer/master
...
one more: list-remote
12 years ago
mikedeboer
ab16d34012
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
bash_completion
12 years ago
mikedeboer
c4a13dd2b6
updated list of commands
12 years ago
Tim Caswell
7c2dfda88d
Add ls-remote to autocomplete
12 years ago
Tim Caswell
1dbb7c799d
Update README.markdown
12 years ago
Tim Caswell
d9f25f8f58
Merge pull request #96 from caio/dont-fail-on-source
...
Avoid carrying over test status when no node version is installed
12 years ago