ソースを参照

Force yes on exim install

Bob Mottram 10 年 前
コミット
f0a1acdff8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh ファイルの表示

583
 	  return
583
 	  return
584
   fi
584
   fi
585
   apt-get -y remove postfix
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
   echo 'dc_eximconfig_configtype="internet"' > /etc/exim4/update-exim4.conf.conf
587
   echo 'dc_eximconfig_configtype="internet"' > /etc/exim4/update-exim4.conf.conf
588
   echo "dc_other_hostnames='$DOMAIN_NAME'" >> /etc/exim4/update-exim4.conf.conf
588
   echo "dc_other_hostnames='$DOMAIN_NAME'" >> /etc/exim4/update-exim4.conf.conf
589
   echo "dc_local_interfaces=''" >> /etc/exim4/update-exim4.conf.conf
589
   echo "dc_local_interfaces=''" >> /etc/exim4/update-exim4.conf.conf