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