apt: disable installatino of "recommended" packages

keeps the number of installed packages and disk space requirements to the minimum necessary
This commit is contained in:
nodiscc
2020-03-03 19:42:48 +01:00
parent b2e51f6e96
commit 0ae4e4ce76

View File

@@ -0,0 +1,3 @@
// Don't auto-install 'recommended' packages
// https://wiki.debian.org/AptPreferences
Apt::Install-Recommends "false";