From c108f292ad985a0c31a849e801d74fd5e1ec452c Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 13 Oct 2015 17:54:28 -0300 Subject: [PATCH] script/vagrant: avoid debconf prompts --- script/vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/vagrant b/script/vagrant index 714ed0c..46532ba 100755 --- a/script/vagrant +++ b/script/vagrant @@ -12,7 +12,7 @@ for ip in 10.0.2.2 192.168.122.1; do fi done -sudo apt-get install -qy postfix +sudo DEBIAN_FRONTEND=noninteractive apt-get install -qy postfix sudo postconf virtual_alias_maps=hash:/etc/postfix/virtual sudo tee /etc/postfix/virtual <