Update installer.lua
This commit is contained in:
parent
3afa6d7ec8
commit
7932d44277
1 changed files with 2 additions and 2 deletions
|
@ -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("")
|
||||||
|
|
Loading…
Reference in a new issue