From cb445510093020f4ce34068342f69b562d75a60f Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Fri, 2 Nov 2018 17:23:53 +0100 Subject: [PATCH] make_mirror.sh: do not retrieve translations --- make_mirror.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make_mirror.sh b/make_mirror.sh index 984311a..5aa805b 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -44,6 +44,7 @@ Dir::State "$rootdir/var/lib/apt"; Dir::Cache "$rootdir/var/cache/apt"; Apt::Install-Recommends false; Apt::Get::Download-Only true; +Acquire::Languages "none"; Dir::Etc::Trusted "/etc/apt/trusted.gpg"; Dir::Etc::TrustedParts "/etc/apt/trusted.gpg.d"; END