No monkeysphere on image build

This commit is contained in:
Bob Mottram 2017-02-23 18:47:35 +00:00
parent a65ccc37df
commit b29333044b
1 changed files with 2 additions and 2 deletions

View File

@ -1136,13 +1136,13 @@ function image_setup_utils {
chroot "$rootdir" apt-get -yq remove postfix 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 exim4-daemon-heavy sasl2-bin swaks libnet-ssleay-perl procmail
chroot "$rootdir" apt-get -yq install spamassassin chroot "$rootdir" apt-get -yq install spamassassin
chroot "$rootdir" apt-get -yq install dovecot-imapd #chroot "$rootdir" apt-get -yq install dovecot-imapd
#backup #backup
chroot "$rootdir" apt-get -yq install obnam gnupg chroot "$rootdir" apt-get -yq install obnam gnupg
# monkeysphere # monkeysphere
chroot "$rootdir" apt-get -yq install monkeysphere msva-perl #chroot "$rootdir" apt-get -yq install monkeysphere msva-perl
# encrypting email # encrypting email
chroot "$rootdir" apt-get -yq install libmail-gnupg-perl chroot "$rootdir" apt-get -yq install libmail-gnupg-perl