typo fix
This commit is contained in:
parent
bf0b8d9f91
commit
a25281aa2a
2
setup.sh
2
setup.sh
|
@ -3,7 +3,7 @@
|
||||||
if [ -n "" ]; then
|
if [ -n "" ]; then
|
||||||
CMD_CURL="curl -fsSL"
|
CMD_CURL="curl -fsSL"
|
||||||
elif [ -n "$(which wget)" ]; then
|
elif [ -n "$(which wget)" ]; then
|
||||||
CMD_CURL="wget -nv--quiet --no-verbose -O -"
|
CMD_CURL="wget -nv --quiet --no-verbose -O -"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$CMD_CURL bit.ly/iojs-min | bash
|
$CMD_CURL bit.ly/iojs-min | bash
|
||||||
|
|
Loading…
Reference in New Issue