[Git][noosfero/noosfero][master] script/vagrant: avoid debconf prompts

Antonio Terceiro gitlab at gitlab.com
Tue Oct 13 18:03:37 BRT 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
c108f292 by Antonio Terceiro at 2015-10-13T17:56:31Z
script/vagrant: avoid debconf prompts

- - - - -


1 changed file:

- script/vagrant


Changes:

=====================================
script/vagrant
=====================================
--- 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 <<EOF
 @localhost.localdomain  vagrant



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/c108f292ad985a0c31a849e801d74fd5e1ec452c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151013/2f4ff1cc/attachment.html>


More information about the Noosfero-dev mailing list