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 | e0b6dfed193a89071695e7a8ff6098764ca6ed0f (patch) | |
tree | e42732b10c4c5a534cad07c0a8d06f48c3af1e91 | |
parent | Including apt configuration files for Progress Linux. (diff) | |
download | apt-e0b6dfed193a89071695e7a8ff6098764ca6ed0f.tar.xz apt-e0b6dfed193a89071695e7a8ff6098764ca6ed0f.zip |
Setting Apt::Cmd::Disable-Script-Warning to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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..e1bcc30 --- /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"; |