From 5fcc56367d79a7826e23c5ae24539e8afd65b4aa Mon Sep 17 00:00:00 2001 From: Yaazkal Date: Fri, 30 Jul 2021 07:41:24 -0500 Subject: [PATCH] Fix: Debian 10 (Buster) path for increasing apt cache-start --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 5066aab0..269e1b37 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -490,7 +490,7 @@ debian_buster|buster|debian-buster) ensure_debootstrap debootstrap --foreign --arch=amd64 --no-check-gpg buster "${bastille_releasesdir}"/Debian10 echo "Increasing APT::Cache-Start" - echo "APT::Cache-Start 251658240;" > "${bastille_releasesdir}"/Debian9/etc/apt/apt.conf.d/00aptitude + echo "APT::Cache-Start 251658240;" > "${bastille_releasesdir}"/Debian10/etc/apt/apt.conf.d/00aptitude ;; *) usage