Update installer.lua
This commit is contained in:
parent
9b818711ab
commit
b35eba6f6f
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ local githubBranch = "master"
|
|||
|
||||
local function clear()
|
||||
term.setBackgroundColor(colors.white)
|
||||
term.clear()
|
||||
term.setCursorPos(1, 1)
|
||||
term.setTextColor(colors.white)
|
||||
term.clear()
|
||||
term.setCursorPos(1, 1)
|
||||
term.setTextColor(colors.black)
|
||||
end
|
||||
|
||||
local function center(text)
|
||||
|
|
Loading…
Reference in a new issue