added focal+jammy to Apt::Cache-Start

Ran into an error without the change when using the "universe" repos, so I included these.
This commit is contained in:
gqgunhed
2023-07-10 13:04:25 +02:00
committed by GitHub
parent cf569eaeeb
commit 6e78be22f0

View File

@@ -399,7 +399,7 @@ debootstrap_release() {
fi
case "${LINUX_FLAVOR}" in
bionic|buster|bullseye|bookworm)
bionic|focal|jammy|buster|bullseye|bookworm)
info "Increasing APT::Cache-Start"
echo "APT::Cache-Start 251658240;" > "${bastille_releasesdir}"/${DIR_BOOTSTRAP}/etc/apt/apt.conf.d/00aptitude
;;