1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-08-22 20:58:59 +02:00

Add python3-gnupg package which seems required by duplicity now

https://discourse.mailinabox.email/t/duplicity-oops-they-did-it-again/16051/35
This commit is contained in:
Joshua Tauberer
2026-08-21 10:00:59 -04:00
parent 1de9a93140
commit 39b1d3ce24

View File

@@ -14,7 +14,7 @@ echo "Installing Mail-in-a-Box system management daemon..."
#
# certbot installs EFF's certbot which we use to
# provision free TLS certificates.
apt_install duplicity python3-pip virtualenv certbot rsync
apt_install duplicity python3-gnupg python3-pip virtualenv certbot rsync
# b2sdk is used for backblaze backups.
# boto3 is used for amazon aws backups.