Bob Mottram 11 år sedan
förälder
incheckning
9bcca99dd7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Visa fil

@@ -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