diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-01 16:46:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-01 16:46:21 +0000 |
commit | 35c7b735b3fbed4ae1786890eb585629af89c409 (patch) | |
tree | 0284a66a2b25f9a79415e42bd286447629472d77 /bin | |
parent | Updating. (diff) | |
download | progress-linux-tools-main.tar.xz progress-linux-tools-main.zip |
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/debian-chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/debian-chroot b/bin/debian-chroot index 0fbe930..b191a04 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -69,6 +69,7 @@ case "${COMMAND}" in cat > "${CHROOT}/etc/apt/apt.conf.d/chroot.conf" << EOF Acquire::PDiffs "false"; +Acquire::Languages "none"; APT::Clean-Installed "true"; APT::Install-Recommends "false"; APT::Install-Suggests "false"; |