mirror of https://github.com/sbt/sbt.git
commit
0888ac2490
2
sbt
2
sbt
|
|
@ -176,7 +176,7 @@ download_url () {
|
||||||
if which curl >/dev/null; then
|
if which curl >/dev/null; then
|
||||||
curl --silent "$url" --output "$jar"
|
curl --silent "$url" --output "$jar"
|
||||||
elif which wget >/dev/null; then
|
elif which wget >/dev/null; then
|
||||||
wget --quiet "$url" > "$jar"
|
wget --quiet -O "$jar" "$url"
|
||||||
fi
|
fi
|
||||||
} && [[ -f "$jar" ]]
|
} && [[ -f "$jar" ]]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue