This commit is contained in:
quietsy 2024-12-27 14:06:11 +02:00
parent c0e88d6163
commit cafcee1b0b

View File

@ -11,13 +11,13 @@ if [ $(uname -m) != "x86_64" ]; then
exit 0
fi
if [ -d /opencl-intel-legacy ]; then
if [ -d /opencl-intel-legacy1 ]; then
echo "**** Installing/updating opencl-intel legacy1 debs and adding clinfo to package install list ****"
dpkg -i /opencl-intel-legacy/*.deb
rm -rf /opencl-intel-legacy
dpkg -i /opencl-intel-legacy1/*.deb
rm -rf /opencl-intel-legacy1
echo "clinfo" >> /mod-repo-packages-to-install.list
else
echo "**** Opencl-intel already installed ****"
echo "**** Opencl-intel-legacy1 already installed ****"
fi
if [ -d /opencl-intel ]; then