Skip to content

Commit 45f343e

Browse files
committed
PHONG-91: Yes to all questions when installing mongodb
1 parent da8cb0b commit 45f343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo 'set -o vi' | sudo tee /etc/profile.d/vishell.sh
3939
sudo apt-get install -y python python-dev python-pip
4040
4141
# Latest MongoDB Enterprise
42-
sudo apt-get install mongodb-enterprise
42+
sudo apt-get install -y mongodb-enterprise
4343
4444
# FIXME Replace the DELETE ME with this line when PR#153 has been merged
4545
# pip install mongo-orchestration

0 commit comments

Comments
 (0)