mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
add openmax base packages and modify ownership logic to look for vchiq
This commit is contained in:
parent
9e9ad37c3a
commit
6d4ba8d69e
3 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
FILES=$(find /dev/dri /dev/dvb -type c -print 2>/dev/null)
|
||||
if [ -f "/dev/vchiq" ]; then
|
||||
FILES+=('/dev/vchiq')
|
||||
fi
|
||||
|
||||
for i in $FILES
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue