feat(stdlib): disable apt package recommendations by default
This commit is contained in:
parent
9d68556f0e
commit
154af6f819
2 changed files with 7 additions and 0 deletions
3
stdlib/os/debian/apt-norecommends
Normal file
3
stdlib/os/debian/apt-norecommends
Normal file
|
@ -0,0 +1,3 @@
|
|||
APT::Install-Recommends "false";
|
||||
APT::AutoRemove::RecommendsImportant "false";
|
||||
APT::AutoRemove::SuggestsImportant "false";
|
Loading…
Add table
Add a link
Reference in a new issue