OSGOS_D1/sources/apt.conf

10 lines
414 B
Plaintext
Raw Normal View History

2024-01-30 07:10:17 +00:00
# Select the default release. Check /etc/apt/preference for more flexibility
# Only needed when non-standard sources are present like backport or testing
APT::Default-Release "bullseye";
# When adding new sources in sources.list, you can hit the APT cache limit
# This line increases its size
APT::Cache-Limit "100000000";
# Fix for Debian Bug report logs - #931566
Acquire::AllowReleaseInfoChange::Suite "true";