Franziska Kunsmann
c5c0c923d1
All checks were successful
bundlewrap/pipeline/head This commit looks good
34 lines
829 B
Python
34 lines
829 B
Python
defaults = {
|
|
'apt': {
|
|
'repos': {
|
|
'deb-multimedia': {
|
|
'items': {
|
|
'deb https://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ stable main',
|
|
},
|
|
},
|
|
},
|
|
'packages': {
|
|
'cec-utils': {},
|
|
'fonts-noto': {},
|
|
'fonts-roboto': {},
|
|
'kodi': {},
|
|
'libasound2': {},
|
|
'libcec4': {},
|
|
'ttf-mscorefonts-installer': {},
|
|
'tv-fonts': {},
|
|
'xfonts-base': {},
|
|
'xinit': {},
|
|
'xserver-xorg': {},
|
|
'xserver-xorg-legacy': {},
|
|
},
|
|
},
|
|
'users': {
|
|
'kodi': {
|
|
'groups': {
|
|
'audio',
|
|
'tty',
|
|
'video',
|
|
},
|
|
},
|
|
},
|
|
}
|