Przeglądaj źródła

Force yes on exim install

Bob Mottram 10 lat temu
rodzic
commit
f0a1acdff8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Wyświetl plik

@@ -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