Drop obsolete apt-transport-https

This commit is contained in:
Jochen Sprickerhof 2021-10-17 22:58:12 +02:00 committed by Hans-Christoph Steiner
parent d762f423ce
commit f03e812a13

View file

@ -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