153 Commits (17c9bef4aaed746c2acd5b2f14aee2367b575c10)

Author SHA1 Message Date
Michał Gołębiowski 21fa84225c Hotfix: correctly map curl's `-C -` to wget 11 years ago
Jordan Harband 4895aebf0a v0.11.0 11 years ago
Jordan Harband 638ae5c6fa Hardcode latest version number into the install script. 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
Jordan Harband b6f1c156da Use printf instead of `echo -e` 11 years ago
Koen Punt 16c0be8314 export NVM_DIR before sourcing nvm.sh 11 years ago
Bent Cardan 13b87449e8 github raw served from new subdomain 11 years ago
Koen Punt 5342b6a04c Emulate curl with wget 11 years ago
Koen Punt 2d0c025c49 Prevent fallback 11 years ago
Koen Punt 6ed93f4c01 Force install method by setting METHOD=git/script 11 years ago
Koen Punt 3c2719a85e fix 11 years ago
Koen Punt c47f03f996 Display error when unable to update 11 years ago
Koen Punt 300022642a git, curl and wget now all in one installer 11 years ago
Koen Punt 7211c9ee29 updated output without special characters (tab; \t) 11 years ago
Koen Punt 246caa8581 Updated source string, use hard path as NVM is not always installed in `$HOME/.nvm` 11 years ago
Koen Punt 1fac49f887 replaced undocumented option for specifying the profile as first argument to specifying it as a environment variable (eg: PROFILE=~/.myprofile ./install-gitless.sh) 11 years ago
Koen Punt d2422a623a made NVM_DIR and NVM_SOURCE configurable using environment variables 11 years ago
Koen Punt 0787a55999 replaced fatalExit function for 'inline' exit 11 years ago
Jordan Harband 3a21485050 Files should end in trailing newlines 11 years ago
Markus Z 60e66fa7be Fixes #346 11 years ago
Mario Idival 6e1c249ecd For zsh users 12 years ago
Fraser Tweedale ef7e3cc39a install.sh: use a more generic SOURCE_STR 12 years ago
Jordan Harband e6116d96ab Mentioning `install-gitless.sh` in the "no git" error message - finishing off #246. 12 years ago
Dennis Dryden 34a067647c Add check for git to install script. 12 years ago
Antti Vähäkotamäki 81d731d355 better guides for missing profile 12 years ago
stelcheck c5437bb222 * NVM_TARGET renamed to NVM_DIR (this will ensure that any locally 12 years ago
Ron Korving dc46a740a3 Fix newline issue in install.sh 12 years ago
Ron Korving 93e84a2676 Moved gitless installer into its own file. 12 years ago
Ron Korving 5a4c097aac Install script no longer depends on git to be installed. 12 years ago
Chip Warden 6c57b275db Changed git protocol from git:// to https:// to work around firewalls. 12 years ago
Ryuichi Okumura 9205ff8001 Remove `-e` option in `install.sh` script 12 years ago
Artem 9c7da6cec3 Adding a newline before the source string in the ".bash_profile" 12 years ago
Koen Punt dc2bf8c526 Fixed variable expansion for `SOURCE_STR` 12 years ago
Witold Szczerba 2f6b0ca9d7 Update install.sh 12 years ago
Koen Punt 3c4bf80ec7 added basic install file 12 years ago
Tim Caswell c10ca74b5b NVM shouldn't really be a NPM module 14 years ago
Tim Caswell 924d965964 Clean up npm integration a little bit 14 years ago