Skip to content

Commit c160079

Browse files
authored
jellyfin: fix opencl dep for ubuntu (#8535)
1 parent 9dc31f4 commit c160079

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install/jellyfin-install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ if ! grep -qEi 'ubuntu' /etc/os-release; then
1919
fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb"
2020
fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb"
2121
fetch_and_deploy_gh_release "intel-opencl-icd" "intel/compute-runtime" "binary" "latest" "" "intel-opencl-icd_*_amd64.deb"
22-
else
23-
$STD apt -y install intel-ocl-icd
2422
fi
2523

26-
$STD apt -y install {va-driver-all,ocl-icd-libopencl1,vainfo,intel-gpu-tools}
24+
$STD apt -y install {va-driver-all,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools}
2725
if [[ "$CTTYPE" == "0" ]]; then
2826
chgrp video /dev/dri
2927
chmod 755 /dev/dri

0 commit comments

Comments
 (0)