Update installer.lua

This commit is contained in:
Ale2610 2015-07-31 21:35:26 +02:00
parent 3afa6d7ec8
commit 7932d44277

View file

@ -125,7 +125,7 @@ for k, v in pairs(files) do
term.setBackgroundColor(colors.white) term.setBackgroundColor(colors.white)
clear() clear()
term.setCursorPos(2, 2) term.setCursorPos(2, 2)
center("sPhone") print("sPhone")
print("") print("")
print(" Getting files") print(" Getting files")
term.setCursorPos(2, h - 1) term.setCursorPos(2, h - 1)
@ -144,7 +144,7 @@ for k, v in pairs(files) do
end end
clear() clear()
term.setCursorPos(2, 2) term.setCursorPos(2, 2)
center("sPhone") print("sPhone")
print("") print("")
print(" sPhone installed!") print(" sPhone installed!")
print("") print("")