diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:15:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:15:44 +0000 |
commit | 29f4bcd293157627f075b2cef26c9c25d3f10708 (patch) | |
tree | 7a290a2cf6ab5ae8a73336f8fbe715a12e988e34 /debian/local/conf.d | |
parent | Setting Apt::Install-Recommends to false. (diff) | |
download | apt-29f4bcd293157627f075b2cef26c9c25d3f10708.tar.xz apt-29f4bcd293157627f075b2cef26c9c25d3f10708.zip |
Setting Apt::Acquire::PDiffs to false.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/conf.d/00pdiffs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/conf.d/00pdiffs b/debian/local/conf.d/00pdiffs new file mode 100644 index 0000000..8a703f4 --- /dev/null +++ b/debian/local/conf.d/00pdiffs @@ -0,0 +1,3 @@ +// /etc/apt/apt.conf.d/00pdiffs + +Apt::Acquire::PDiffs "false"; |