mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-17 15:28:16 +00:00
10 lines
248 B
Bash
10 lines
248 B
Bash
#!/bin/sh
|
|
|
|
# MongoDB object-value database
|
|
# installs last version of MongoDB Community Edition
|
|
# https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/v
|
|
|
|
echo "Installing mongodb..."
|
|
|
|
brew tap mongodb/brew
|
|
brew install mongodb-community |