add simpler setup

This commit is contained in:
AJ ONeal 2015-01-21 16:30:56 -07:00
parent 6baad90645
commit bf0b8d9f91
1 changed files with 11 additions and 0 deletions

11
setup.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
if [ -n "" ]; then
CMD_CURL="curl -fsSL"
elif [ -n "$(which wget)" ]; then
CMD_CURL="wget -nv--quiet --no-verbose -O -"
fi
$CMD_CURL bit.ly/iojs-min | bash
npm install -g desi