Update setup.sh
This commit is contained in:
parent
1b6e9d4be1
commit
11153b8191
2
setup.sh
2
setup.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -n "" ]; then
|
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 -"
|
||||||
|
|
Loading…
Reference in New Issue