Update jellyfin-install.sh

pull/243/head
tteckster 2022-05-19 18:33:35 -04:00 committed by GitHub
parent 12db366edc
commit 753d7d96fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -72,9 +72,9 @@ apt-get -y install \
ocl-icd-libopencl1 \
beignet-opencl-icd &>/dev/null
/bin/chgrp video /dev/dri
/bin/chmod 755 /dev/dri
/bin/chmod 660 /dev/dri/*
#/bin/chgrp video /dev/dri
#/bin/chmod 755 /dev/dri
#/bin/chmod 660 /dev/dri/*
msg_ok "Set Up Hardware Acceleration"
msg_info "Setting Up Jellyfin Repository"