Update installer.lua

This commit is contained in:
Ale2610 2015-07-31 21:26:59 +02:00
parent 9b818711ab
commit b35eba6f6f

View file

@ -17,9 +17,9 @@ local githubBranch = "master"
local function clear() local function clear()
term.setBackgroundColor(colors.white) term.setBackgroundColor(colors.white)
term.clear() term.clear()
term.setCursorPos(1, 1) term.setCursorPos(1, 1)
term.setTextColor(colors.white) term.setTextColor(colors.black)
end end
local function center(text) local function center(text)