Commit c108f292ad985a0c31a849e801d74fd5e1ec452c
1 parent
73a8a59f
Exists in
master
and in
29 other branches
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 | 12 | fi |
13 | 13 | done |
14 | 14 | |
15 | -sudo apt-get install -qy postfix | |
15 | +sudo DEBIAN_FRONTEND=noninteractive apt-get install -qy postfix | |
16 | 16 | sudo postconf virtual_alias_maps=hash:/etc/postfix/virtual |
17 | 17 | sudo tee /etc/postfix/virtual <<EOF |
18 | 18 | @localhost.localdomain vagrant | ... | ... |