From 9523854ff0e77aa3145d39d6a46cf657d7ff4479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Thu, 23 Jun 2022 20:04:38 +0200 Subject: [PATCH] Remove apt cache bloat --- auto/config | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/config b/auto/config index fcb3f4e..66ecc85 100755 --- a/auto/config +++ b/auto/config @@ -124,6 +124,7 @@ if [ -n "$enable_pu" ]; then fi lb config noauto \ + --apt-indices=false \ --distribution "$dist" \ --debian-installer-distribution "$dist" \ --archive-areas "main contrib non-free" \