mirror of https://github.com/tteck/Proxmox.git
Update jellyfin-install.sh
This commit is contained in:
parent
12db366edc
commit
753d7d96fd
|
@ -72,9 +72,9 @@ apt-get -y install \
|
||||||
ocl-icd-libopencl1 \
|
ocl-icd-libopencl1 \
|
||||||
beignet-opencl-icd &>/dev/null
|
beignet-opencl-icd &>/dev/null
|
||||||
|
|
||||||
/bin/chgrp video /dev/dri
|
#/bin/chgrp video /dev/dri
|
||||||
/bin/chmod 755 /dev/dri
|
#/bin/chmod 755 /dev/dri
|
||||||
/bin/chmod 660 /dev/dri/*
|
#/bin/chmod 660 /dev/dri/*
|
||||||
msg_ok "Set Up Hardware Acceleration"
|
msg_ok "Set Up Hardware Acceleration"
|
||||||
|
|
||||||
msg_info "Setting Up Jellyfin Repository"
|
msg_info "Setting Up Jellyfin Repository"
|
||||||
|
|
Loading…
Reference in New Issue