forked from p34709852/monkey
Hide output
This commit is contained in:
parent
9fa935e507
commit
b93c91237f
|
@ -35,7 +35,7 @@ pushd "${TEMP_MONGO}" || {
|
||||||
}
|
}
|
||||||
|
|
||||||
if exists wget; then
|
if exists wget; then
|
||||||
wget ${tgz_url} -O mongodb.tgz
|
wget -q ${tgz_url} -O mongodb.tgz
|
||||||
else
|
else
|
||||||
if exists curl; then
|
if exists curl; then
|
||||||
curl --output mongodb.tgz ${tgz_url}
|
curl --output mongodb.tgz ${tgz_url}
|
||||||
|
|
Loading…
Reference in New Issue