diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:01:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:01:04 +0000 |
commit | cebc044e749bb89799e7d0789170d0a2e28496c2 (patch) | |
tree | 6dafaf2b9b6db73fc18d4f9bc3cae2a8f5e0d8d1 /debian | |
parent | Setting Apt::Cmd::Disable-Script-Warning to true. (diff) | |
download | apt-cebc044e749bb89799e7d0789170d0a2e28496c2.tar.xz apt-cebc044e749bb89799e7d0789170d0a2e28496c2.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..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"; |