1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

Installing b2sdk for b2 support

This commit is contained in:
hija 2020-08-26 15:32:32 +02:00
parent 62b9b1f15f
commit c7ae4ccca7

View File

@ -32,6 +32,9 @@ done
apt_install duplicity python-pip virtualenv certbot apt_install duplicity python-pip virtualenv certbot
hide_output pip2 install --upgrade boto 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 # Create a virtualenv for the installation of Python 3 packages
# used by the management daemon. # used by the management daemon.
inst_dir=/usr/local/lib/mailinabox inst_dir=/usr/local/lib/mailinabox