Luke Childs
eb4de62bc1
Remove incorrect message
9 years ago
Jordan Harband
56417f88f9
v0.31.3
9 years ago
Owen Smith
8c8bf1204c
[Fix] install should not exit after successful git clone
...
Fixes #1146 by grouping the commands that handle the error.
I also removed a subshell wrapper from a similar set of lines right
above. It looks to me like that is no longer necessary.
9 years ago
Mohit Agarwal
322d81d75f
use git options instead of cd in install script
9 years ago
Jordan Harband
43c3c23928
[Fix] install script: remove more unnecessary `cd`ing.
...
Fixes #1137 .
9 years ago
Jordan Harband
cb4e010de7
[Fix] install script: Don’t attempt to `cd` twice.
...
Fixes #1137 .
9 years ago
Xavier Cambar
a24ff3e605
Optionally installs Node.js if a version is provided
9 years ago
Xavier Cambar
6cee20a071
testing NVM_DIR
9 years ago
Jordan Harband
9f5322ee84
v0.31.2
9 years ago
Jordan Harband
ec2f450b6e
v0.31.1
9 years ago
Jordan Harband
2176894a5b
v0.31.0
9 years ago
Thomas Levine
0eaa7e0bde
use env bash in nvm-exec and install.sh
9 years ago
Sébastien Larivière
649e416017
[Refactor]Double quote to prevent globbing and word splitting.
9 years ago
Jordan Harband
21c3727955
v0.30.2
9 years ago
David Mankin
918fcb4bd2
PROFILE env var should override detected profile
...
Add tests for PROFILE overriding detected files
9 years ago
Jordan Harband
0aa3118de3
v0.30.1
9 years ago
Jordan Harband
8ec056f768
v0.30.0
9 years ago
Dave May
f113c5d030
fix quoting for usernames with space
9 years ago
emparq
91ce41b702
[Fix: Install] incorrect check for `"$NVM_DIR/nvm.sh"`
...
Should be using `-f` if checking for a file.
Closes #887 .
9 years ago
Jordan Harband
e1c84bae37
v0.29.0
9 years ago
Jordan Harband
ebdcdc4363
v0.28.0
10 years ago
Jordan Harband
8aebf86329
v0.27.1
10 years ago
Jordan Harband
39dad845cf
Do not exit install.sh on errors (revert part of 0787a559
). Fixes #853 .
10 years ago
Jordan Harband
838d72688f
v0.27.0
10 years ago
Jordan Harband
6e894520ec
Use a tighter `grep` to avoid `dnvm.sh` conflicts.
...
Fixes #838 .
10 years ago
Luke Childs
bda1d2ec29
Revert "Source the nvm.sh file"
...
Fixes #826
This reverts commit b4151e1446
.
10 years ago
Jordan Harband
26ee4aafc0
v0.26.1
10 years ago
Jordan Harband
49abc9ce02
v0.26.0
10 years ago
Jordan Harband
15876280f7
Remove trailing whitespace.
10 years ago
Cristian Consonni
c37dbbecb4
Detect shell type from $SHELL variable instead of .$SHELLrc files
10 years ago
Ionică Bizău
b4151e1446
Source the nvm.sh file
...
Fixes #775 . After everything is installed, instead of restarting the terminal, just load the nvm.sh file.
10 years ago
Jordan Harband
d78722b284
v0.25.4
10 years ago
Jordan Harband
a539cba11e
v0.25.3
10 years ago
Jordan Harband
96c96ec714
v0.25.2
10 years ago
Jordan Harband
63672641a5
Add wrapping curly braces to ensure that the entire scripts are downloaded.
...
If the closing curly brace isn't present, the script will error out.
10 years ago
Jordan Harband
ec33e8b720
v0.25.1
10 years ago
Jordan Harband
a4f89c6223
Make sure to ignore `~/.curlrc` if it exists.
10 years ago
Jordan Harband
eb5cecc970
v0.25.0
10 years ago
Jordan Harband
356ac7a697
install.sh: Ensure that the `--quiet` option is available before trying to use it.
...
Fixes #738 , #657 .
10 years ago
Jordan Harband
c966204cd6
v0.24.1
10 years ago
Jordan Harband
5802ac3ea7
v0.24.0
10 years ago
Jarrett Chisholm
c16919becd
- fixed return code of 1 when updating from git
10 years ago
Jordan Harband
758141f41e
Remove trailing whitespace
10 years ago
Jordan Harband
3d6b7976e7
Attempt to fix script install - no shadowing $NVM_SOURCE; nvm-exec and nvm.sh should not both use $NVM_SOURCE since they're different URLs.
...
Fixes #654 .
10 years ago
Jordan Harband
f0d81e2d33
Revert "install: adding some debugging output"
...
This reverts commit c8efe3d28a
.
Conflicts:
install.sh
10 years ago
elliottcable
4508f7c33e
install: further support for older npm versions
10 years ago
elliottcable
ea4264645b
install: support `npm`s lower than v2
10 years ago
elliottcable
c8efe3d28a
install: adding some debugging output
10 years ago
elliottcable
0717d5f995
install: some tweaks and clean-up
10 years ago
elliottcable
6cfc309336
install: Pass global-module check in the absence of npm
10 years ago