mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Add security.debian.org to apt sources.list
This commit is contained in:
parent
9517f8cd42
commit
89f55addc9
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ class AddDefaultSources(Task):
|
|||
sections = ' '.join(info.manifest.system['sections'])
|
||||
info.source_lists.add('main', 'deb {apt_mirror} {system.release} '+sections)
|
||||
info.source_lists.add('main', 'deb-src {apt_mirror} {system.release} '+sections)
|
||||
info.source_lists.add('main', 'deb http://security.debian.org/ {system.release}/updates '+sections)
|
||||
info.source_lists.add('main', 'deb-src http://security.debian.org/ {system.release}/updates '+sections)
|
||||
if info.manifest.system['release'] not in {'testing', 'unstable'}:
|
||||
info.source_lists.add('main', 'deb {apt_mirror} {system.release}-updates '+sections)
|
||||
info.source_lists.add('main', 'deb-src {apt_mirror} {system.release}-updates '+sections)
|
||||
|
|
Loading…
Add table
Reference in a new issue