diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index b856562c..69f84b5d 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -31,6 +31,8 @@ cat < /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