mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Drop obsolete apt-transport-https
This commit is contained in:
parent
d762f423ce
commit
f03e812a13
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue