Browse Source

Don't need common

Bob Mottram 9 years ago
parent
commit
cb785d1820
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -5627,7 +5627,7 @@ function configure_imap {
5627 5627
       mkdir -p /etc/dovecot/conf.d
5628 5628
   fi
5629 5629
 
5630
-  apt-get -y install dovecot-common dovecot-imapd
5630
+  apt-get -y install dovecot-imapd
5631 5631
 
5632 5632
   if [ ! -d /etc/dovecot ]; then
5633 5633
       echo "ERROR: Dovecot does not appear to have installed. $CHECK_MESSAGE"