Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/8488668d1b04147306edf36630bc3674bf774e9a?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update jellyfin-v5-install.sh

use Intel OpenCL ICD for Ubuntu 22.04 and later
pull/1131/head
tteckster 2 years ago committed by GitHub
parent 2be4c2ccc5
commit 8488668d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -97,7 +97,11 @@ if [[ -z "$(grep -w "100000" /proc/self/uid_map)" ]]; then
$STD apt-get -y install \ $STD apt-get -y install \
va-driver-all \ va-driver-all \
ocl-icd-libopencl1 ocl-icd-libopencl1
if [[ ${PCT_OSVERSION} == "20.04" ]]; then $STD apt-get -y install beignet-opencl-icd; fi if [[ ${PCT_OSVERSION} == "20.04" ]]; then
$STD apt-get install -y beignet-opencl-icd
else
$STD apt-get install -y intel-opencl-icd
fi
/bin/chgrp video /dev/dri /bin/chgrp video /dev/dri
/bin/chmod 755 /dev/dri /bin/chmod 755 /dev/dri
/bin/chmod 660 /dev/dri/* /bin/chmod 660 /dev/dri/*

Loading…
Cancel
Save

Powered by BW's shoe-string budget.