update kodi to unstable

This commit is contained in:
Sophie Schiller 2020-10-09 18:12:49 +02:00
parent c478fb357d
commit 3170e75bbe
3 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
deb http://deb.debian.org/debian/ unstable main non-free contrib

View file

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

View file

@ -28,5 +28,5 @@ nodes['home.kodi-wohnzimmer'] = {
},
},
'os': 'debian',
'os_version': (10,),
'os_version': (99,),
}