From cf802a1ea385289d2f5345cc208e484052eea732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franci=20=C5=A0acer?= Date: Tue, 29 Jan 2019 07:32:49 +0100 Subject: [PATCH] Issues with dpkg resolved This fixed my issues: https://serverfault.com/questions/500764/dpkg-reconfigure-unable-to-re-open-stdin-no-file-or-directory --- Vagrant/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index 72985fb..3be9cd3 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -1,5 +1,7 @@ #! /bin/bash +export DEBIAN_FRONTEND=noninteractive + install_mongo_db_apt_key() { # Install key and apt source for MongoDB apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927