Merge "Disable Apt Recommends."
This commit is contained in:
commit
35487c8639
2 changed files with 9 additions and 0 deletions
9
elements/base/pre-install.d/00-disable-apt-recommends
Executable file
9
elements/base/pre-install.d/00-disable-apt-recommends
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
# Prevent apt from installing recommended packages
|
||||
|
||||
dd of=/etc/apt/apt.conf.d/95disable-recommends << _EOF_
|
||||
APT::Install-Recommends "0";
|
||||
Apt::Install-Suggests "0";
|
||||
_EOF_
|
||||
|
||||
|
Loading…
Reference in a new issue