From f03e812a137c99bd0a78ac0f1c8a5fc1ae8328b6 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sun, 17 Oct 2021 22:58:12 +0200 Subject: [PATCH] Drop obsolete apt-transport-https --- buildserver/provision-apt-get-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index 916798aa..b4855f51 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -33,7 +33,7 @@ EOF if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then apt-get update || apt-get update - apt-get install apt-transport-https ca-certificates + apt-get install ca-certificates fi cat << EOF > /etc/apt/sources.list