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 c0e88d6 commit cafcee1Copy full SHA for cafcee1
root/etc/s6-overlay/s6-rc.d/init-mod-jellyfin-opencl-intel-add-package/run
@@ -11,13 +11,13 @@ if [ $(uname -m) != "x86_64" ]; then
11
exit 0
12
fi
13
14
-if [ -d /opencl-intel-legacy ]; then
+if [ -d /opencl-intel-legacy1 ]; then
15
echo "**** Installing/updating opencl-intel legacy1 debs and adding clinfo to package install list ****"
16
- dpkg -i /opencl-intel-legacy/*.deb
17
- rm -rf /opencl-intel-legacy
+ dpkg -i /opencl-intel-legacy1/*.deb
+ rm -rf /opencl-intel-legacy1
18
echo "clinfo" >> /mod-repo-packages-to-install.list
19
else
20
- echo "**** Opencl-intel already installed ****"
+ echo "**** Opencl-intel-legacy1 already installed ****"
21
22
23
if [ -d /opencl-intel ]; then
0 commit comments