mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
added virtualenv to be installed, some installs may not have this package preinstalled (vultr 18.04)
This commit is contained in:
parent
f739662392
commit
032b5d8c4e
@ -29,7 +29,7 @@ done
|
||||
#
|
||||
# certbot installs EFF's certbot which we use to
|
||||
# provision free TLS certificates.
|
||||
apt_install duplicity python-pip python-virtualenv certbot
|
||||
apt_install duplicity python-pip python-virtualenv virtualenv certbot
|
||||
hide_output pip2 install --upgrade boto
|
||||
|
||||
# Create a virtualenv for the installation of Python 3 packages
|
||||
|
Loading…
Reference in New Issue
Block a user