This commit is contained in:
David Duque 2020-05-17 15:20:14 +01:00
parent c95b91af5a
commit a51e968d31
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ done
# certbot installs EFF's certbot which we use to
# provision free TLS certificates.
apt_install duplicity python3-pip virtualenv certbot
hide_output pip2 install --upgrade boto
hide_output pip3 install --upgrade boto
# Create a virtualenv for the installation of Python 3 packages
# used by the management daemon.