update kodi to unstable
This commit is contained in:
parent
c478fb357d
commit
3170e75bbe
3 changed files with 3 additions and 1 deletions
1
bundles/apt/files/sources.list-debian-unstable
Normal file
1
bundles/apt/files/sources.list-debian-unstable
Normal file
|
@ -0,0 +1 @@
|
||||||
|
deb http://deb.debian.org/debian/ unstable main non-free contrib
|
|
@ -1,6 +1,7 @@
|
||||||
supported_os = {
|
supported_os = {
|
||||||
'debian': {
|
'debian': {
|
||||||
10: 'buster',
|
10: 'buster',
|
||||||
|
99: 'unstable',
|
||||||
},
|
},
|
||||||
'raspbian': {
|
'raspbian': {
|
||||||
10: 'buster',
|
10: 'buster',
|
||||||
|
|
|
@ -28,5 +28,5 @@ nodes['home.kodi-wohnzimmer'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'os': 'debian',
|
'os': 'debian',
|
||||||
'os_version': (10,),
|
'os_version': (99,),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue