Update installer.lua

This commit is contained in:
LeonMMcoset
2025-09-15 01:17:02 +08:00
committed by GitHub
parent b1e7f6c8d3
commit a441a62417

View File

@@ -205,9 +205,7 @@ assert(io.open(
)):close()
ok()
os.sleep(0.5)
for y=2, term.getSize() do
term.at(1, y).clearLine()
end
tu.coloredPrint(colors.yellow, "Your computer will restart in 3 seconds.")
local _, y = term.getCursorPos()