bw/kodi add backports repo
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Sophie Schiller 2021-03-08 21:06:25 +01:00
parent bac372ae67
commit c87611c2e2

View file

@ -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': {},