trove/integration/scripts/files/elements/ubuntu-mongodb/install.d/20-mongodb

9 lines
134 B
Bash
Executable File

#!/bin/sh
set -e
set -o xtrace
export DEBIAN_FRONTEND=noninteractive
apt-get --allow-unauthenticated -y install mongodb-org=3.2.11