From e7ba38ebe023ec3f16a0e35e837c27b0630e468f Mon Sep 17 00:00:00 2001 From: randx Date: Tue, 4 Sep 2012 20:37:24 +0300 Subject: [PATCH] nonintercative postfix for aws --- install/debian_ubuntu_aws.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/debian_ubuntu_aws.sh b/install/debian_ubuntu_aws.sh index 3f80a86..1ffd651 100644 --- a/install/debian_ubuntu_aws.sh +++ b/install/debian_ubuntu_aws.sh @@ -42,6 +42,8 @@ echo "Host localhost UserKnownHostsFile=/dev/null" | sudo tee -a /etc/ssh/ssh_config # Existing script for Step 1 to 3 + +sudo DEBIAN_FRONTEND='noninteractive' apt-get install -y postfix-policyd-spf-python # Install postfix without prompting. curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu.sh | sh # Install MySQL