mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01: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:
commit
b709ce8255
@ -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…
Reference in New Issue
Block a user