1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 17:20:25 +02:00

Merge branch 'man_db' into 'master'

Disable man-db auto-update (as done by sbuild)

See merge request fdroid/fdroidserver!1232
This commit is contained in:
Hans-Christoph Steiner 2022-11-03 17:21:35 +00:00
commit b709ce8255

View File

@ -31,6 +31,8 @@ cat <<EOF > /etc/apt/apt.conf.d/99confdef
Dpkg::Options { "--force-confdef"; }; Dpkg::Options { "--force-confdef"; };
EOF EOF
echo "man-db man-db/auto-update boolean false" | debconf-set-selections
if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then if echo $debian_mirror | grep '^https' 2>&1 > /dev/null; then
apt-get update || apt-get update apt-get update || apt-get update
apt-get install ca-certificates apt-get install ca-certificates