diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:15:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:15:43 +0000 |
commit | 9348c0ed57eab87d07a5c39c31c4681d4f9c6574 (patch) | |
tree | 33cc4fdbcc1fb8a6d5576be16980ac164dcc8034 /debian | |
parent | Setting Apt::Cmd::Disable-Script-Warning to true. (diff) | |
download | apt-9348c0ed57eab87d07a5c39c31c4681d4f9c6574.tar.xz apt-9348c0ed57eab87d07a5c39c31c4681d4f9c6574.zip |
Setting Apt::Install-Recommends to false.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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..11ad6a4 --- /dev/null +++ b/debian/local/conf.d/00install-recommends @@ -0,0 +1,3 @@ +// /etc/apt/apt.conf.d/00install-recommends + +Apt::Install-Recommends "false"; |