From 60b7ca2b74fc357cfd39869435205e20e3b411e6 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 1 Sep 2026 09:57:44 -0400 Subject: [PATCH] Revert "Add python3-gnupg package which seems required by duplicity now" This reverts commit 39b1d3ce244f05da9e80c0de4289622a7d59cc33. --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index f394d543..ad2990fa 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -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-gnupg python3-pip virtualenv certbot rsync +apt_install duplicity python3-pip virtualenv certbot rsync # b2sdk is used for backblaze backups. # boto3 is used for amazon aws backups.