This commit is contained in:
Daniel Goldberg 2020-01-05 10:08:48 +02:00
parent 768a103c0a
commit 5c7cc5117a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pushd "${TEMP_MONGO}" || {
exit 1
}
if exists bash; then
if exists wget; then
wget ${tgz_url} -O mongodb.tgz
else
if exists curl; then