@ -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 -"