Update setup.sh

This commit is contained in:
AJ ONeal 2015-01-24 15:24:13 -07:00
parent 1b6e9d4be1
commit 11153b8191
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ -n "" ]; then
if [ -n "$(which curl)" ]; then
CMD_CURL="curl -fsSL"
elif [ -n "$(which wget)" ]; then
CMD_CURL="wget -nv --quiet --no-verbose -O -"