Browse Source

Additional packages

Bob Mottram 7 years ago
parent
commit
b550080965
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-app-mailpile

+ 3
- 0
src/freedombone-app-mailpile View File

@@ -420,6 +420,9 @@ function install_mailpile {
420 420
     chown -R mailpile:mailpile /var/www/$MAILPILE_DOMAIN_NAME/mail/.gnupg
421 421
     chmod +x /var/www/$MAILPILE_DOMAIN_NAME/mail/.gnupg
422 422
 
423
+    pip install jinja2==2.9.6
424
+    pip install pgpdump==1.5
425
+
423 426
     systemctl enable mailpile
424 427
     systemctl daemon-reload
425 428
     systemctl start mailpile