원본 프로젝트 : coolaj86/node-installer.sh
don't specify version, defaults to latest
This commit is contained in:
부모
2c58eb64c5
커밋
18577cb2de
@ -58,10 +58,6 @@ Type `agree` and hit enter to accept the license.
|
|||||||
Now you can install io.js (the new node.js)
|
Now you can install io.js (the new node.js)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Specify the version of iojs to install
|
|
||||||
echo "v1.6.3" > /tmp/IOJS_VER
|
|
||||||
|
|
||||||
# And install away!
|
|
||||||
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -70,10 +66,6 @@ curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
|||||||
## Ubuntu Linux
|
## Ubuntu Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Specify the version of iojs to install
|
|
||||||
echo "v1.6.3" > /tmp/IOJS_VER
|
|
||||||
|
|
||||||
# And install away!
|
|
||||||
wget -nv bit.ly/iojs-dev -O /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
wget -nv bit.ly/iojs-dev -O /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
불러오는 중...
x
Reference in New Issue
Block a user