Skip to content

Commit e69da38

Browse files
authored
jellyfin: fix: intel deps (#8657)
1 parent cfb76fd commit e69da38

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ct/jellyfin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function update_script() {
3030

3131
if ! grep -qEi 'ubuntu' /etc/os-release; then
3232
msg_info "Updating Intel Dependencies"
33+
rm .intel-*
3334
fetch_and_deploy_gh_release "intel-igc-core-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-core-2_*_amd64.deb"
3435
fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb"
3536
fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb"

install/jellyfin-install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ 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-opencl-icd
2224
fi
2325

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

0 commit comments

Comments
 (0)