mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 04:43:01 -04:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user