From e1c3eb373faf0bace0bdac9b4d9481a3ec897b06 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:28:25 +0200 Subject: [PATCH] add: intel deps --- ct/jellyfin.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index 54fb1af5..6b94ad6a 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -27,6 +27,14 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi + + msg_info "Updating Intel Dependencies" + fetch_and_deploy_gh_release "intel-igc-core-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-core-2_*_amd64.deb" + fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb" + fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb" + fetch_and_deploy_gh_release "intel-opencl-icd" "intel/compute-runtime" "binary" "latest" "" "intel-opencl-icd_*_amd64.deb" + msg_ok "Updated Intel Dependencies" + msg_info "Updating ${APP} LXC" $STD apt-get update $STD apt-get -y upgrade