mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Fix typo
This commit is contained in:
parent
c0e88d6163
commit
cafcee1b0b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user