Commit 9ab7f56817807188c575c1238c1f978c97c9ffaf
Exists in
master
and in
15 other branches
Merge branch 'master' into next
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 |