Update setup.sh
This commit is contained in:
parent
11153b8191
commit
a0dadc19da
3
setup.sh
3
setup.sh
|
@ -4,6 +4,9 @@ if [ -n "$(which curl)" ]; 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 -"
|
||||||
|
else
|
||||||
|
echo "Couldn't find 'curl' or 'wget' (that's weird), could not continue."
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue