We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bc0f4 commit e7ba38eCopy full SHA for e7ba38e
install/debian_ubuntu_aws.sh
@@ -42,6 +42,8 @@ echo "Host localhost
42
UserKnownHostsFile=/dev/null" | sudo tee -a /etc/ssh/ssh_config
43
44
# 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.
47
curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu.sh | sh
48
49
# Install MySQL
0 commit comments