diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:15:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 06:15:43 +0000 |
commit | 3d39ad499cc4bc2f41fc8f2e976d07118845db8e (patch) | |
tree | 9df63f94b532cf9bda859b8b3c07bb58edc9f2d3 /debian | |
parent | Including apt configuration files for Progress Linux. (diff) | |
download | apt-3d39ad499cc4bc2f41fc8f2e976d07118845db8e.tar.xz apt-3d39ad499cc4bc2f41fc8f2e976d07118845db8e.zip |
Setting Apt::Cmd::Disable-Script-Warning to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/conf.d/00disable-script-warning | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/conf.d/00disable-script-warning b/debian/local/conf.d/00disable-script-warning new file mode 100644 index 0000000..12d88c7 --- /dev/null +++ b/debian/local/conf.d/00disable-script-warning @@ -0,0 +1,3 @@ +// /etc/apt/apt.conf.d/00disable-script-warning + +Apt::Cmd::Disable-Script-Warning "true"; |