瀏覽代碼

Force yes on exim install

Bob Mottram 10 年之前
父節點
當前提交
f0a1acdff8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

@@ -583,7 +583,7 @@ function configure_email {
583 583
 	  return
584 584
   fi
585 585
   apt-get -y remove postfix
586
-  apt-get -y install exim4 sasl2-bin swaks libnet-ssleay-perl procmail
586
+  apt-get -y --force-yes install exim4 sasl2-bin swaks libnet-ssleay-perl procmail
587 587
   echo 'dc_eximconfig_configtype="internet"' > /etc/exim4/update-exim4.conf.conf
588 588
   echo "dc_other_hostnames='$DOMAIN_NAME'" >> /etc/exim4/update-exim4.conf.conf
589 589
   echo "dc_local_interfaces=''" >> /etc/exim4/update-exim4.conf.conf