diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:01:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:01:34 +0000 |
commit | aea8efaf2305619c174de18f2f69997a3a3cb7fa (patch) | |
tree | c31284880e9fe4e86c912a24a989e8bafecf0a0d /debian/local/conf.d | |
parent | Setting Apt::Cmd::Disable-Script-Warning to true. (diff) | |
download | apt-aea8efaf2305619c174de18f2f69997a3a3cb7fa.tar.xz apt-aea8efaf2305619c174de18f2f69997a3a3cb7fa.zip |
Setting Apt::Install-Recommends to false.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/conf.d')
-rw-r--r-- | debian/local/conf.d/00install-recommends | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/conf.d/00install-recommends b/debian/local/conf.d/00install-recommends new file mode 100644 index 0000000..9aee1e2 --- /dev/null +++ b/debian/local/conf.d/00install-recommends @@ -0,0 +1,3 @@ +# /etc/apt/apt.conf.d/00install-recommends + +Apt::Install-Recommends "false"; |