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