From b20b6c43d209a9e56e0a4af9f71dfe7ae14a614d Mon Sep 17 00:00:00 2001 From: Rauno Moisto Date: Tue, 13 Jul 2021 15:24:23 +0300 Subject: [PATCH] fixed pip merge issue --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index 1c57bb2e..18d5d81d 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 python3-pip virtualenv certbot # b2sdk is used for backblaze backups. # boto is used for amazon aws backups.