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:
@@ -0,0 +1,3 @@
|
||||
// Don't auto-install 'recommended' packages
|
||||
// https://wiki.debian.org/AptPreferences
|
||||
Apt::Install-Recommends "false";
|
||||
Reference in New Issue
Block a user