mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-19 02:42:15 +00:00
Installing b2sdk for b2 support
This commit is contained in:
parent
62b9b1f15f
commit
c7ae4ccca7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user