deardesi.js/setup.sh

12 lines
196 B
Bash
Raw Normal View History

2015-01-21 23:30:56 +00:00
#!/bin/bash
if [ -n "" ]; then
CMD_CURL="curl -fsSL"
elif [ -n "$(which wget)" ]; then
2015-01-21 23:32:15 +00:00
CMD_CURL="wget -nv --quiet --no-verbose -O -"
2015-01-21 23:30:56 +00:00
fi
$CMD_CURL bit.ly/iojs-min | bash
npm install -g desi