.bash -> .sh (for shortness)
This commit is contained in:
parent
09322c50ae
commit
2e22e92cd9
|
@ -9,7 +9,7 @@ Works for any recent version of Ubuntu or OS X.
|
||||||
echo "v1.0.1" > /tmp/IOJS_VER
|
echo "v1.0.1" > /tmp/IOJS_VER
|
||||||
|
|
||||||
# And install away!
|
# And install away!
|
||||||
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.bash; bash /tmp/iojs-dev.bash
|
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue