mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-30 04:44:10 -04:00
Disable man-db auto-update (as done by sbuild)
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
422ce78656
commit
a2050a72fa
@@ -31,6 +31,8 @@ cat <<EOF > /etc/apt/apt.conf.d/99confdef
|
||||
Dpkg::Options { "--force-confdef"; };
|
||||
EOF
|
||||
|
||||
echo "man-db man-db/auto-update boolean false" | debconf-set-selections
|
||||
|
||||
if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then
|
||||
apt-get update || apt-get update
|
||||
apt-get install ca-certificates
|
||||
|
||||
Reference in New Issue
Block a user