From bf936aa47af48383ef83b60eb592dc44ba8f2369 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:09:30 +0200 Subject: [PATCH] jellyfin: fix: check --- ct/jellyfin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index f3527beea..418242071 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -28,7 +28,7 @@ function update_script() { exit fi - if [ "$(lsb_release -is 2>/dev/null)" != "Ubuntu" ]; then + if ! grep -qEi 'ubuntu' /etc/os-release; then 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"