From a441a62417b46d194900d25798423d0d08f3401c Mon Sep 17 00:00:00 2001 From: LeonMMcoset <152147508+Leonmmcoset@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:17:02 +0800 Subject: [PATCH] Update installer.lua --- installer.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installer.lua b/installer.lua index ad06e64..dfad132 100644 --- a/installer.lua +++ b/installer.lua @@ -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()