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

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