Commit c108f292ad985a0c31a849e801d74fd5e1ec452c

Authored by Antonio Terceiro
1 parent 73a8a59f

script/vagrant: avoid debconf prompts

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/vagrant
@@ -12,7 +12,7 @@ for ip in 10.0.2.2 192.168.122.1; do @@ -12,7 +12,7 @@ for ip in 10.0.2.2 192.168.122.1; do
12 fi 12 fi
13 done 13 done
14 14
15 -sudo apt-get install -qy postfix 15 +sudo DEBIAN_FRONTEND=noninteractive apt-get install -qy postfix
16 sudo postconf virtual_alias_maps=hash:/etc/postfix/virtual 16 sudo postconf virtual_alias_maps=hash:/etc/postfix/virtual
17 sudo tee /etc/postfix/virtual <<EOF 17 sudo tee /etc/postfix/virtual <<EOF
18 @localhost.localdomain vagrant 18 @localhost.localdomain vagrant