mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
fix AddDefaultSources for bullseye
This commit is contained in:
parent
b61d3f089c
commit
4758e18939
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class AddDefaultSources(Task):
|
|||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
from bootstrapvz.common.releases import sid, wheezy
|
||||
from bootstrapvz.common.releases import sid, wheezy, bullseye
|
||||
include_src = info.manifest.packages.get('include-source-type', False)
|
||||
components = ' '.join(info.manifest.packages.get('components', ['main']))
|
||||
info.source_lists.add('main', 'deb {apt_mirror} {system.release} ' + components)
|
||||
|
|
Loading…
Add table
Reference in a new issue