.bash -> .sh (for shortness)

This commit is contained in:
AJ ONeal 2015-01-19 17:18:28 -07:00
parent 09322c50ae
commit 2e22e92cd9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Works for any recent version of Ubuntu or OS X.
echo "v1.0.1" > /tmp/IOJS_VER
# 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
```
```