bw/kodi add backports repo
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
bac372ae67
commit
c87611c2e2
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,8 @@ defaults = {
|
||||||
'repos': {
|
'repos': {
|
||||||
'deb-multimedia': {
|
'deb-multimedia': {
|
||||||
'items': {
|
'items': {
|
||||||
'deb https://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ stable main',
|
'deb https://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ {os_release} main',
|
||||||
|
'deb https://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ {os_release}-backports main',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -12,6 +13,7 @@ defaults = {
|
||||||
'fonts-noto': {},
|
'fonts-noto': {},
|
||||||
'fonts-roboto': {},
|
'fonts-roboto': {},
|
||||||
'kodi': {},
|
'kodi': {},
|
||||||
|
'kodi-inputstream-adaptive': {},
|
||||||
'libasound2': {},
|
'libasound2': {},
|
||||||
'libcec4': {},
|
'libcec4': {},
|
||||||
'ttf-mscorefonts-installer': {},
|
'ttf-mscorefonts-installer': {},
|
||||||
|
|
Loading…
Reference in a new issue