summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 06:15:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 06:15:43 +0000
commit9348c0ed57eab87d07a5c39c31c4681d4f9c6574 (patch)
tree33cc4fdbcc1fb8a6d5576be16980ac164dcc8034
parentSetting Apt::Cmd::Disable-Script-Warning to true. (diff)
downloadapt-9348c0ed57eab87d07a5c39c31c4681d4f9c6574.tar.xz
apt-9348c0ed57eab87d07a5c39c31c4681d4f9c6574.zip
Setting Apt::Install-Recommends to false.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/conf.d/00install-recommends3
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";