Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ubuntu] Disable man-db auto update #11147

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feature: Disable man-db auto update
  • Loading branch information
subir0071 committed Dec 10, 2024
commit 72246ddde47bf6f763c0cde59958bd83d023438f
4 changes: 4 additions & 0 deletions images/ubuntu/scripts/build/configure-environment.sh
Original file line number Diff line number Diff line change
@@ -69,3 +69,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
Loading
Oops, something went wrong.