Include rsync to the installed basic packages (#2067)

Some VPS providers strip this package from their Ubuntu 18.04 VM images. This will help avoid errors.
This commit is contained in:
Ilnahro 2021-12-01 00:50:01 +00:00 committed by GitHub
parent aac878dce5
commit 50a5cb90bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ done
#
# certbot installs EFF's certbot which we use to
# provision free TLS certificates.
apt_install duplicity python-pip virtualenv certbot
apt_install duplicity python-pip virtualenv certbot rsync
# b2sdk is used for backblaze backups.
# boto is used for amazon aws backups.