Don't bother downloading translated package descriptions
This might speed up `apt-get update` depending on environment settings and availability of translations.
This commit is contained in:
parent
a4b4617915
commit
fa237f67eb
|
|
@ -21,4 +21,9 @@ APT::Update::Post-Invoke { "if test -x $cmd; then $cmd; fi"; };
|
|||
EOF
|
||||
chmod 0644 $cfg/docker-clean
|
||||
|
||||
cat > $cfg/docker-translations <<- EOF
|
||||
Acquire::Languages "none";
|
||||
EOF
|
||||
chmod 0644 $cfg/docker-translations
|
||||
|
||||
rm $0
|
||||
|
|
|
|||
Loading…
Reference in New Issue