mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 21:47:19 -04:00
Drop obsolete apt-transport-https
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
d762f423ce
commit
f03e812a13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user