Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quietsy committed Dec 27, 2024
1 parent c0e88d6 commit cafcee1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cafcee1

Please sign in to comment.