浏览代码

Dependencies

Bob Mottram 11 年前
父节点
当前提交
9bcca99dd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

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