From: Frank Brehm Date: Wed, 31 Jul 2024 07:43:47 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=57326c516ffd1b38bf3c910de9265514775793d5;p=config%2Fhelga-hetzner%2Fetc.git saving uncommitted changes in /etc prior to apt run --- diff --git a/nala/nala.conf b/nala/nala.conf index 0a2fd64..26f853e 100644 --- a/nala/nala.conf +++ b/nala/nala.conf @@ -11,7 +11,8 @@ auto_remove = true # Set to false to disable auto updating the package list # when running the upgrade command -auto_update = true +# auto_update = true +auto_update = false # Set to true Nala will list the upgradable packages automatically after `update` update_show_packages = false @@ -63,3 +64,5 @@ transfer_speed_bits = false # "installed.version", # Version string of the installed version or "None" # "installed.architecture", # Arch of the installed version or "None" # ] + +# vim: filetype=dosini