Update jellyfin-install.sh

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

View File

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