From b29333044b517bc9588eed8fd3e5bcd65fa20fa1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 23 Feb 2017 18:47:35 +0000 Subject: [PATCH] No monkeysphere on image build --- src/freedombone-image-customise | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index b9bd7c64..39fc0776 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1136,13 +1136,13 @@ function image_setup_utils { chroot "$rootdir" apt-get -yq remove postfix chroot "$rootdir" apt-get -yq install exim4-daemon-heavy sasl2-bin swaks libnet-ssleay-perl procmail chroot "$rootdir" apt-get -yq install spamassassin - chroot "$rootdir" apt-get -yq install dovecot-imapd + #chroot "$rootdir" apt-get -yq install dovecot-imapd #backup chroot "$rootdir" apt-get -yq install obnam gnupg # monkeysphere - chroot "$rootdir" apt-get -yq install monkeysphere msva-perl + #chroot "$rootdir" apt-get -yq install monkeysphere msva-perl # encrypting email chroot "$rootdir" apt-get -yq install libmail-gnupg-perl