diff --git a/Installer/Main.lua b/Installer/Main.lua index b51a63b8..7598d263 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -143,7 +143,7 @@ do computer.shutdown() end - if component.invoke(GPUAddress, "getDepth") ~= 8 then + if component.invoke(GPUAddress, "getDepth") < 8 then warning("Tier 3 GPU and screen are required") end