From f0a1acdff8e39a95900a574c3a84640ef2baa507 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 22 Sep 2014 23:18:46 +0100 Subject: [PATCH] Force yes on exim install --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 2dc3481c..f01aa42b 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -583,7 +583,7 @@ function configure_email { return fi apt-get -y remove postfix - apt-get -y install exim4 sasl2-bin swaks libnet-ssleay-perl procmail + apt-get -y --force-yes install exim4 sasl2-bin swaks libnet-ssleay-perl procmail echo 'dc_eximconfig_configtype="internet"' > /etc/exim4/update-exim4.conf.conf echo "dc_other_hostnames='$DOMAIN_NAME'" >> /etc/exim4/update-exim4.conf.conf echo "dc_local_interfaces=''" >> /etc/exim4/update-exim4.conf.conf