Skip to content

Commit e1c3eb3

Browse files
authored
add: intel deps
1 parent b3f5c30 commit e1c3eb3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ct/jellyfin.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ function update_script() {
2727
msg_error "No ${APP} Installation Found!"
2828
exit
2929
fi
30+
31+
msg_info "Updating Intel Dependencies"
32+
fetch_and_deploy_gh_release "intel-igc-core-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-core-2_*_amd64.deb"
33+
fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb"
34+
fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb"
35+
fetch_and_deploy_gh_release "intel-opencl-icd" "intel/compute-runtime" "binary" "latest" "" "intel-opencl-icd_*_amd64.deb"
36+
msg_ok "Updated Intel Dependencies"
37+
3038
msg_info "Updating ${APP} LXC"
3139
$STD apt-get update
3240
$STD apt-get -y upgrade

0 commit comments

Comments
 (0)