From c7ae4ccca7e2ade3a54ba92b1d5531c661c35573 Mon Sep 17 00:00:00 2001 From: hija Date: Wed, 26 Aug 2020 15:32:32 +0200 Subject: [PATCH] Installing b2sdk for b2 support --- setup/management.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/management.sh b/setup/management.sh index 4b398aa2..7de16973 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -32,6 +32,9 @@ done apt_install duplicity python-pip virtualenv certbot hide_output pip2 install --upgrade boto +# b2sdk is installed outside the pipenv, so it can be used by duplicity +hide_output pip3 install b2sdk + # Create a virtualenv for the installation of Python 3 packages # used by the management daemon. inst_dir=/usr/local/lib/mailinabox