bundles/kodi: introduce
This commit is contained in:
parent
fc44a9cd69
commit
32fd2f7a7b
5 changed files with 88 additions and 0 deletions
25
bundles/kodi/metadata.py
Normal file
25
bundles/kodi/metadata.py
Normal file
|
@ -0,0 +1,25 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'cec-utils': {},
|
||||
'fonts-noto': {},
|
||||
'fonts-roboto': {},
|
||||
'kodi': {},
|
||||
'libcec4': {},
|
||||
'pulseaudio': {},
|
||||
'pulseaudio-utils': {},
|
||||
'ttf-mscorefonts-installer': {},
|
||||
'tv-fonts': {},
|
||||
'xfonts-base': {},
|
||||
'xserver-xorg-legacy': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'kodi': {
|
||||
'groups': {
|
||||
'audio',
|
||||
'tty',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue