mirror of
https://github.com/BastilleBSD/bastille.git
synced 2026-01-04 03:54:15 +01:00
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:
@@ -399,7 +399,7 @@ debootstrap_release() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "${LINUX_FLAVOR}" in
|
case "${LINUX_FLAVOR}" in
|
||||||
bionic|buster|bullseye|bookworm)
|
bionic|focal|jammy|buster|bullseye|bookworm)
|
||||||
info "Increasing APT::Cache-Start"
|
info "Increasing APT::Cache-Start"
|
||||||
echo "APT::Cache-Start 251658240;" > "${bastille_releasesdir}"/${DIR_BOOTSTRAP}/etc/apt/apt.conf.d/00aptitude
|
echo "APT::Cache-Start 251658240;" > "${bastille_releasesdir}"/${DIR_BOOTSTRAP}/etc/apt/apt.conf.d/00aptitude
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user