1
0
Derivar 1

added iojs-dev and iojs-min

Este cometimento está contido em:
AJ ONeal 2015-01-19 17:09:36 -07:00
ascendente d7c26deaf1
cometimento 09322c50ae
1 ficheiros modificados com 6 adições e 1 eliminações

Ver ficheiro

@ -9,7 +9,12 @@ Works for any recent version of Ubuntu or OS X.
echo "v1.0.1" > /tmp/IOJS_VER
# And install away!
curl -fsSL bit.ly/install-iojs -o /tmp/iojs-dev.bash; bash /tmp/iojs-dev.bash
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.bash; bash /tmp/iojs-dev.bash
```
```
# Or if you don't need any development tools
curl -fsSL bit.ly/iojs-min | bash
```
**NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer.