Remove hardware acceleration setup from install script

Removed hardware acceleration setup steps from the installation script.
This commit is contained in:
Tobias 2025-10-21 11:39:15 +02:00 committed by GitHub
parent b0fe58c623
commit 17fc99b038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,22 +12,7 @@ catch_errors
setting_up_container
network_check
update_os
msg_info "Setting Up Hardware Acceleration"
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"
fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb"
fetch_and_deploy_gh_release "intel-opencl-icd" "intel/compute-runtime" "binary" "latest" "" "intel-opencl-icd_*_amd64.deb"
$STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,vainfo,intel-gpu-tools}
if [[ "$CTTYPE" == "0" ]]; then
chgrp video /dev/dri
chmod 755 /dev/dri
chmod 660 /dev/dri/*
$STD adduser $(id -u -n) video
$STD adduser $(id -u -n) render
fi
msg_ok "Set Up Hardware Acceleration"
setup_hwaccel
msg_info "Installing Jellyfin"
if [[ ! -d /etc/apt/keyrings ]]; then