[Ubuntu] Disable man-db auto update (#13268)

This commit is contained in:
Alexey-Ayupov
2025-11-06 17:05:02 +01:00
committed by GitHub
parent 10901db80b
commit 1f107542ae

View File

@@ -78,3 +78,7 @@ fi
if is_ubuntu22; then
sed -i 's/openssl_conf = openssl_init/#openssl_conf = openssl_init/g' /etc/ssl/openssl.cnf
fi
# Disable man-db auto update
echo "set man-db/auto-update false" | debconf-communicate
dpkg-reconfigure man-db