This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_GUI/config/includes.chroot/etc/apt/apt.conf.d/99norecommends
nodiscc 0ae4e4ce76 apt: disable installatino of "recommended" packages
keeps the number of installed packages and disk space requirements to the minimum necessary
2020-03-07 21:01:43 +01:00

3 lines
119 B
Plaintext

// Don't auto-install 'recommended' packages
// https://wiki.debian.org/AptPreferences
Apt::Install-Recommends "false";