File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments