Commit Graph

  • 39a0891c10 Add helpful error message if the destination directory is not writeable. Working, but not consistant with AJ's code style. master Josh Mudge 2018-11-24 22:34:27 -0700
  • 895dcd31f2 NODE_VERSION taks preference over NODEJS_VER AJ ONeal 2018-09-14 06:49:59 +0000
  • b8acbae85f fix unbound var AJ ONeal 2018-09-14 06:46:56 +0000
  • 509ee32688 remove trailing / v1.2 AJ ONeal 2018-09-10 08:21:38 +0000
  • 3109f4bb94 syntax highlighting AJ ONeal 2018-09-10 08:20:38 +0000
  • 05199bcf82 refactor the docs AJ ONeal 2018-09-10 08:19:11 +0000
  • 1387929dfc NODEJS_VER => NODE_VERSION AJ ONeal 2018-09-10 07:45:08 +0000
  • c15264b763 Update 'README.md' AJ ONeal 2018-09-10 07:40:50 +0000
  • 8be0a29b7d remove tmpdir on success AJ ONeal 2018-07-26 22:10:46 +0000
  • 972d510f59 better tmpdir AJ ONeal 2018-07-26 22:08:15 +0000
  • 92ec7ad5b6 use better tmp dir AJ ONeal 2018-07-26 22:07:02 +0000
  • 95c0caf4be cleanup AJ ONeal 2018-07-26 22:02:16 +0000
  • ed24276356 bugfix for Arch Linux sans rsync AJ ONeal 2018-07-26 22:00:40 +0000
  • dddf31db8d do copy links with rsync AJ ONeal 2018-07-26 21:48:34 +0000
  • a1af3328cb copy -Hr as best approximation for rsync -Kr AJ ONeal 2018-07-26 21:47:05 +0000
  • 515bdce8c2 rsync with -Kr instead of -a to not break symlinks in /usr/local AJ ONeal 2018-07-26 21:41:42 +0000
  • cdab3cb1ef actually, just use cp, not rsync exp AJ ONeal 2018-07-26 21:26:30 +0000
  • 6f016e8d68 copy links also AJ ONeal 2018-07-26 21:22:40 +0000
  • 9c64d17f30 wildcard outside of quotes AJ ONeal 2018-07-26 21:19:49 +0000
  • 78942427c6 update rsync usage as well AJ ONeal 2018-07-26 21:17:49 +0000
  • 4ea01c4c42 don't include * in quotes AJ ONeal 2018-07-26 20:51:20 +0000
  • 45adb12ae1 cp has slightly different symmantecs AJ ONeal 2018-07-26 20:49:40 +0000
  • 0d6e15ee62 don't rely on rsync AJ ONeal 2018-07-26 20:48:00 +0000
  • 8a14fc8ede assume no dev tools by default AJ ONeal 2018-07-26 20:38:51 +0000
  • 2309008c5f failsafe exit if node is installed AJ ONeal 2018-06-27 10:20:10 +0000
  • f2a8c2fc49 allow ANDROID_ROOT to be undefined AJ ONeal 2018-06-26 05:54:06 +0000
  • b562d6dd3b merge AJ ONeal 2018-06-23 16:31:37 -0600
  • bad41027ad only sudo as fallback, use mktemp -d v1.1 v1 AJ ONeal 2018-06-23 16:29:13 -0600
  • 5f231f9d22 set ANDROID_ROOT empty AJ ONeal 2018-06-23 05:16:13 +0000
  • 0171162f20 typo fix AJ ONeal 2018-06-20 02:11:24 +0000
  • 3ced314799 fix comparison AJ ONeal 2018-06-20 02:07:43 +0000
  • 00c986e483 regression fix: allow empty NODEJS_VER AJ ONeal 2018-06-20 02:06:38 +0000
  • 97c7ef9793 make sure directory exists before chowning it AJ ONeal 2018-06-18 21:40:42 +0000
  • c747edb99a update installer examples AJ ONeal 2018-06-14 21:10:05 +0000
  • 62bc523d03 fix #1 typo / misspelling of PREFIX AJ ONeal 2018-06-05 07:36:21 +0000
  • 82e6ace060 make docs more readable AJ ONeal 2018-05-24 21:34:44 +0000
  • 748c51a687 show selecting version in docs AJ ONeal 2018-05-24 21:31:04 +0000
  • 0c7d0a7da6 note desired version number when already installed AJ ONeal 2018-05-24 21:13:55 +0000
  • be9344dbea match literal '.' for version, not wildcard AJ ONeal 2018-05-24 21:12:37 +0000
  • 2d628014d0 tail typo fix AJ ONeal 2018-05-24 21:09:02 +0000
  • 17c0b01ee0 unset far typo fix AJ ONeal 2018-05-24 21:08:12 +0000
  • e436cdb64d allow use of partial version number i.e. v10 or v10.2 AJ ONeal 2018-05-24 21:07:04 +0000
  • a443dd04d3 fix for unbound var AJ ONeal 2018-05-12 14:37:54 -0600
  • 5af26c6c86 Merge branch 'master' into v1.1 AJ ONeal 2018-05-12 13:53:53 -0600
  • a9e1370b58 don't reset NODEJS_VER to empty string AJ ONeal 2018-05-12 13:53:46 -0600
  • 1edc07515f Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/node-installer.sh AJ ONeal 2018-05-12 13:48:13 -0600
  • 1a7d21b850 prefix links with https AJ ONeal 2018-05-12 19:46:57 +0000
  • 7809937d74 use env var for NODEJS_VER, update version AJ ONeal 2018-05-12 13:45:15 -0600
  • 3adefcc4a8 update AJ ONeal 2018-03-20 19:56:45 -0600
  • ae2511f592 update AJ ONeal 2018-03-20 19:56:09 -0600
  • 08002c572a fix argument passing AJ ONeal 2017-12-08 22:00:46 +0000
  • 3e7745177f Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/node-installer.sh AJ ONeal 2017-11-07 04:46:22 -0700
  • 5d39eef143 less verbose output v1.1.3 AJ ONeal 2017-11-07 04:45:52 -0700
  • 90cdb8f93e Merge branch 'v1' AJ ONeal 2017-11-06 13:21:19 -0700
  • ccb1487b36 merged old and new v1.1.2 v1.merge AJ ONeal 2017-11-06 13:20:05 -0700
  • e57069fe50 rename for merge v1.1.1-wip AJ ONeal 2017-11-06 13:17:09 -0700
  • e9c21e3063 Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/node-installer.sh AJ ONeal 2017-11-03 15:21:35 -0600
  • 216aa9b420 more helpful path output v1.1.1 AJ ONeal 2017-11-03 15:21:25 -0600
  • d3069471e7 Options AJ ONeal 2017-11-03 21:16:35 +0000
  • 65ad946056 document install location env variable AJ ONeal 2017-11-03 15:11:57 -0600
  • b0b829fd91 update urls v1.1.0 AJ ONeal 2017-11-03 14:51:47 -0600
  • bacd1a4537 rename setup.bash -> install.sh AJ ONeal 2017-11-03 14:32:42 -0600
  • 963f551a98 update urls AJ ONeal 2017-11-03 14:31:34 -0600
  • 32839e69ba add -L to curl to follow redirects AJ ONeal 2017-11-02 04:20:56 +0000
  • 4090196e84 add -L to curl AJ ONeal 2017-11-02 04:19:58 +0000
  • 2adfec1fd6 Update 'README.md' AJ ONeal 2017-10-29 03:41:44 +0000
  • aed892007f Clean up debugging from copying paths issue. v1.0 richdex14 2017-09-04 14:35:23 -0600
  • 6252737cc1 Update setup-deps-ubuntu.bash to use portable `sudo_cmd` syntax richdex14 2017-09-04 13:35:16 -0600
  • 2f9f3c0c82 Update setup-node-ubuntu.bash to use portable `$sudo_cmd` syntax richdex14 2017-09-04 12:20:00 -0600
  • a24f92df98 Update setup.bash to use portable `$sudo_cmd` syntax richdex14 2017-09-04 12:18:57 -0600
  • 351056f9bc Update setup-node-ubuntu.bash richdex14 2017-09-04 11:39:30 -0600
  • 28c1ad8484 Debugging copying issues richdex14 2017-09-04 11:35:52 -0600
  • ae331149f7 Debugging file copy issues on daplie board. richdex14 2017-09-04 11:28:57 -0600
  • 16a6d7e18c Debugging installer script issues on daplie board. richdex14 2017-09-04 11:11:18 -0600
  • 6c0afe6488 Update setup-node-ubuntu.bash to use portable copy method as opposed to non-portable `tar --strip-components` in unpacking step. richdex14 2017-09-03 21:13:47 -0600
  • 31b92cdadb Update setup-node-ubuntu.bash to replace `arch` call with portable call to `uname -a` richdex14 2017-09-03 20:47:40 -0600
  • 561a2e2fa1 Correcting copy-paste mistake in `setup-node-ubuntu.bash`. Restoring version from coolaj86 repo. richdex14 2017-09-03 20:46:44 -0600
  • 8a5593363d Update setup.bash to work with portable `head` command. richdex14 2017-09-02 12:05:22 -0600
  • 69bc78680d Update setup.bash to use Daplie repo instead of coolaj86 repo. richdex14 2017-09-02 11:56:17 -0600
  • 8a3f4ba77f Update setup.bash to work on Marvell arm64 OS richdex14 2017-09-02 11:45:28 -0600
  • a99583fb1d Update setup-min.sh to use Daplie repo instead of coolaj86 private repo. richdex14 2017-09-01 20:54:43 -0600
  • 0948a728c3 Update setup-node-ubuntu.bash to use portable `head -n` syntax. richdex14 2017-09-01 20:45:22 -0600
  • fb0a8f6372 Update setup-node-ubuntu.bash to change to Daplie project from coolaj86 private project. richdex14 2017-09-01 20:16:12 -0600
  • de522df09b Update setup-node-ubuntu.bash to allow for `Marvell` OS. This is for our development purposes. In the future, we will have a fully custom image with the name containing `Daplie` richdex14 2017-09-01 20:09:55 -0600
  • b96b79f3ed Update setup.bash v1.something AJ ONeal 2017-07-21 15:47:05 -0600
  • efe4bde88e no yarn AJ ONeal 2017-06-15 20:44:21 -0600
  • 1b271ba7e5 no yarn AJ ONeal 2017-06-15 19:39:46 -0600
  • 01bc3bf064 fix typo AJ ONeal 2017-06-14 15:18:53 -0600
  • 586863fb75 check install deps file separately AJ ONeal 2017-05-29 18:03:29 -0600
  • 77c6be5840 add if around install deps AJ ONeal 2017-05-29 17:58:16 -0600
  • a05cf035b3 typo fix AJ ONeal 2017-05-25 15:22:04 -0600
  • f2f1cb94d2 typo fix AJ ONeal 2017-05-25 15:18:30 -0600
  • 6a73356dd9 print install path AJ ONeal 2017-05-25 15:15:56 -0600
  • b33f1136f2 consolidate installer AJ ONeal 2017-05-25 15:08:33 -0600
  • 0e84c903e9 typo fix AJ ONeal 2017-05-25 11:50:45 -0600
  • 6fb08fe2af check python, replace which with type -p AJ ONeal 2017-05-25 11:24:37 -0600
  • ae72817e43 Update README.md AJ ONeal 2017-05-25 11:20:00 -0600
  • 228bdc5e1c nix fail2ban AJ ONeal 2017-05-25 11:17:40 -0600
  • 59e420471b Update setup-deps-mavericks.bash AJ ONeal 2017-05-25 11:15:33 -0600
  • 3e36adfbcb Update setup-deps-ubuntu.bash AJ ONeal 2017-05-25 11:15:30 -0600