From 7932d442777b2c2fd6933bf197fcc66552051678 Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Fri, 31 Jul 2015 21:35:26 +0200 Subject: [PATCH] Update installer.lua --- src/installer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/installer.lua b/src/installer.lua index b8bbe90..3aa44c9 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -125,7 +125,7 @@ for k, v in pairs(files) do term.setBackgroundColor(colors.white) clear() term.setCursorPos(2, 2) - center("sPhone") + print("sPhone") print("") print(" Getting files") term.setCursorPos(2, h - 1) @@ -144,7 +144,7 @@ for k, v in pairs(files) do end clear() term.setCursorPos(2, 2) -center("sPhone") +print("sPhone") print("") print(" sPhone installed!") print("")