Merge branch 'master' of github.com:coolaj86/iojs-install-script

This commit is contained in:
AJ ONeal 2015-01-15 16:01:20 -07:00
commit e2974cc962
1 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,9 @@ echo "v1.0.1" > /tmp/IOJS_VER
curl -fsSL bit.ly/install-iojs | bash
```
**NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer.
**For older versions of Ubuntu**:
```bash
@ -20,7 +23,6 @@ wget -nv bit.ly/install-iojs -O - | bash
This is what gets installed:
* fail2ban (not necessary for development, but should be on every server)
* rsync
* curl
* wget
@ -29,6 +31,8 @@ This is what gets installed:
* iojs (including npm and node symlink)
* jshint
**NOTE**: If `fail2ban` is not already securing ssh, you will be asked to install it.
Screencast
==========