mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Disable man-db auto-update (as done by sbuild)
This commit is contained in:
parent
422ce78656
commit
a2050a72fa
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue