diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 20:59:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 20:59:55 +0000 |
commit | 42a2c0fa3dfd0c360cf5d7d2c0532a1e9411a4a0 (patch) | |
tree | 612d2140a3d97cb5a78fa4fac46d8ca65d1147df | |
parent | Setting Apt::Cmd::Disable-Script-Warning to true. (diff) | |
download | apt-42a2c0fa3dfd0c360cf5d7d2c0532a1e9411a4a0.tar.xz apt-42a2c0fa3dfd0c360cf5d7d2c0532a1e9411a4a0.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-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"; |