We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48963f commit 9a2fc84Copy full SHA for 9a2fc84
ct/jellyfin.sh
@@ -30,7 +30,7 @@ function update_script() {
30
31
if ! grep -qEi 'ubuntu' /etc/os-release; then
32
msg_info "Updating Intel Dependencies"
33
- rm .intel-*
+ rm -f ~/.intel-* || true
34
fetch_and_deploy_gh_release "intel-igc-core-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-core-2_*_amd64.deb"
35
fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb"
36
fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb"
0 commit comments