Jordan Harband
689c52c90d
Install nvm-exec as well when installing via script.
...
Fixes #553 .
10 years ago
Jordan Harband
5904d41b25
Fixing a bug in install_as_script, from 516e553093
10 years ago
Xavier Cambar
516e553093
Refactors NVM_SOURCE
10 years ago
Jordan Harband
5f5eb47f14
v0.18.0
10 years ago
Xavier Cambar
b9f15b0ab0
Tests for PROFILE detection
10 years ago
Xavier Cambar
3cdec8e875
Testable install script
...
* wraps main code into a function
* EnvVar-based install start
* Clean environment after install
10 years ago
Jordan Harband
4748b3a236
v0.17.3
10 years ago
Jordan Harband
f0471acbf5
v0.17.2
11 years ago
Jordan Harband
145da7eef8
v0.17.1
11 years ago
Jordan Harband
5ad00f13fa
Suppress error messages in case there's no `master` branch.
...
Fixes #533 .
11 years ago
Jordan Harband
53f9841c6c
v0.17.0
11 years ago
Jordan Harband
4f081ce4be
Collapsing some if/else conditions with elif
11 years ago
Jordan Harband
db0051753a
Compare shell variable contents with a sentinel.
11 years ago
Jordan Harband
cf1110ecea
Quote $NVM_DIR in commands
11 years ago
Jordan Harband
64de890d07
v0.16.1
11 years ago
Jordan Harband
d1b6332bbe
v0.16.0
11 years ago
Jordan Harband
a7108e98f2
Make .bashrc be checked first on install.
...
From #511 . Closes #320 . Closes #268 . Closes #334 . Fixes #497 . Relates to
11 years ago
Adrian Perez Heredia
825cb46969
Updated error message for missing profile file
11 years ago
Adrian Perez Heredia
ab56ec6675
This patch adds support for terminal emulators. Without this it wont work on gnome-terminal on Ubuntu
11 years ago
Jordan Harband
9d96e4a6bf
v0.15.0
11 years ago
Jordan Harband
f9769e40dd
v0.14.0
11 years ago
Jordan Harband
708ac80a55
Properly replace the -I curl option for the --server-response wget option.
11 years ago
Jordan Harband
eef12cc2b3
v0.13.1
11 years ago
Jordan Harband
61709c1f97
v0.13.0
11 years ago
Jordan Harband
1d37af162a
v0.12.2
11 years ago
Jordan Harband
68574cc7e8
v0.12.1
11 years ago
Jordan Harband
f5643dc7ea
v0.12.0
11 years ago
Fabian Jakobs
ad71389dcc
master branch might not exist
...
After a fresh install I was unable to run the installer again. It was breaking with the error
error: branch 'master' not found.
my fix makes sure that the installer continues after that.
11 years ago
Jordan Harband
200a9aa97e
v0.11.2
11 years ago
Koen Punt
d67f2b110d
string replacement turns out not POSIX compliant
11 years ago
Koen Punt
9c2127ce33
string replacement turns out not POSIX compliant
11 years ago
Jordan Harband
7a423b7bb4
v0.11.1
11 years ago
Jordan Harband
55d892adc8
Fix #476 by making sure to cd into `$NVM_DIR` before checking out the tag. Also delete the master branch, because we won't be needing that.
11 years ago
Michał Gołębiowski
21fa84225c
Hotfix: correctly map curl's `-C -` to wget
...
wget doesn't need or accept the `-` parameter to `-c`. This incorrect
mapping causes `nvm install` to fail on a curlless OS.
11 years ago
Jordan Harband
4895aebf0a
v0.11.0
11 years ago
Jordan Harband
638ae5c6fa
Hardcode latest version number into the install script.
...
Fixes #462 .
11 years ago
Koen Punt
276c031c60
Finalize fix for #458
11 years ago
Jordan Harband
63f72b37df
Followup per https://github.com/creationix/nvm/pull/452#issuecomment-48151847
11 years ago
Jordan Harband
e4ada9fa43
Revert part of the change from e0537ce3df
, fixes #458
11 years ago
Koen Punt
a0de15d0f7
fix nvm_curl arguments for stdout
11 years ago
Jordan Harband
df4689fbd2
Removing an extra "echo"
11 years ago
Jordan Harband
018e47bec0
Make sure both wget and curl work.
11 years ago
Jordan Harband
74cc1eb022
Make `nvm_curl` do a runtime check if `curl` is available.
11 years ago
Jordan Harband
eda8ffbcc4
Add some more curl → wget argument munging
11 years ago
Jordan Harband
25c0be1e20
Using an `nvm_curl` function instead of `curl`/`wget` directly.
11 years ago
Koen Punt
ea198c9a19
add newline to printf
11 years ago
Jordan Harband
e0537ce3df
Shellcheck recommendations.
11 years ago
Jordan Harband
cce5df35ba
Naming `install.sh` functions more explicitly as being for `nvm`.
11 years ago
Jordan Harband
7e269961c3
In `install.sh`, rename `has` to `nvm_has` for consistency with `nvm.sh`.
11 years ago
Jordan Harband
f214ffaf1f
Oxford comma
11 years ago