Skip to content

Commit e7ba38e

Browse files
committed
nonintercative postfix for aws
1 parent 68bc0f4 commit e7ba38e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/debian_ubuntu_aws.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ echo "Host localhost
4242
UserKnownHostsFile=/dev/null" | sudo tee -a /etc/ssh/ssh_config
4343

4444
# Existing script for Step 1 to 3
45+
46+
sudo DEBIAN_FRONTEND='noninteractive' apt-get install -y postfix-policyd-spf-python # Install postfix without prompting.
4547
curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu.sh | sh
4648

4749
# Install MySQL

0 commit comments

Comments
 (0)