Dependencies
This commit is contained in:
parent
de21cda292
commit
9bcca99dd7
|
@ -1356,7 +1356,7 @@ function encrypt_incoming_email {
|
|||
return
|
||||
fi
|
||||
if [ ! -f /usr/bin/gpgit.pl ]; then
|
||||
apt-get -y --force-yes install git
|
||||
apt-get -y --force-yes install git libmail-gnupg-perl
|
||||
cd $INSTALL_DIR
|
||||
git clone https://github.com/mikecardwell/gpgit
|
||||
cd gpgit
|
||||
|
|
Loading…
Reference in New Issue