Browse Source

Dependencies

Bob Mottram 11 years ago
parent
commit
9bcca99dd7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

@@ -1356,7 +1356,7 @@ function encrypt_incoming_email {
1356 1356
       return
1357 1357
   fi
1358 1358
   if [ ! -f /usr/bin/gpgit.pl ]; then
1359
-      apt-get -y --force-yes install git
1359
+      apt-get -y --force-yes install git libmail-gnupg-perl
1360 1360
       cd $INSTALL_DIR
1361 1361
       git clone https://github.com/mikecardwell/gpgit
1362 1362
       cd gpgit