Skip to content

Commit 9a2fc84

Browse files
authored
jellyfin: fix: initial update (#8784)
1 parent a48963f commit 9a2fc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/jellyfin.sh

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

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

0 commit comments

Comments
 (0)