From 50a5cb90bc63d3f492641bf39ed943886f9c4eab Mon Sep 17 00:00:00 2001 From: Ilnahro <36730161+Ilnahro@users.noreply.github.com> Date: Wed, 1 Dec 2021 00:50:01 +0000 Subject: [PATCH] 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. --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index 7e31fe00..8dc64f3b 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -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.