No monkeysphere on image build
This commit is contained in:
parent
a65ccc37df
commit
b29333044b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue