diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:01:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:01:33 +0000 |
commit | bbe60b77d14960d429a49fca0debb16b38095044 (patch) | |
tree | 2b37826ac99eee91816dc3de273d1cd0dea920f7 | |
parent | Including apt configuration files for Progress Linux. (diff) | |
download | apt-bbe60b77d14960d429a49fca0debb16b38095044.tar.xz apt-bbe60b77d14960d429a49fca0debb16b38095044.zip |
Setting Apt::Cmd::Disable-Script-Warning to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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"; |