mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +08:00
move source code to public
This commit is contained in:
10
images/macos/provision/core/mongodb.sh
Normal file
10
images/macos/provision/core/mongodb.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user