feat(stdlib): disable apt package recommendations by default

This commit is contained in:
Julien Dessaux 2024-03-02 00:21:27 +01:00
parent 9d68556f0e
commit 154af6f819
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
APT::Install-Recommends "false";
APT::AutoRemove::RecommendsImportant "false";
APT::AutoRemove::SuggestsImportant "false";