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)
|
||||
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("")
|
||||
|
|
Loading…
Reference in a new issue