Skip to content

Commit

Permalink
fix AddDefaultSources for bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-olbrich committed Jul 7, 2021
1 parent b61d3f0 commit 4758e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrapvz/common/tasks/apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4758e18

Please sign in to comment.