bundles/apt: support debian 11

This commit is contained in:
Franzi 2020-11-12 18:40:19 +01:00
parent e395a42160
commit d01d89d432
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
deb http://deb.debian.org/debian/ bullseye main non-free contrib
#deb http://security.debian.org/debian-security bullseye/updates main contrib non-free
deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free

View file

@ -1,6 +1,7 @@
supported_os = {
'debian': {
10: 'buster',
11: 'bullseye',
99: 'unstable',
},
'raspbian': {