Update info.lua
This commit is contained in:
parent
6cad49057f
commit
d38324cada
1 changed files with 4 additions and 1 deletions
|
@ -21,9 +21,12 @@ end
|
|||
header()
|
||||
|
||||
term.setCursorPos(1,3)
|
||||
sertextext.center(3, " Info")
|
||||
visum.align("center", " Info",false,3)
|
||||
print("")
|
||||
print("ID: "..os.getComputerID())
|
||||
if os.getComputerLabel() then
|
||||
print("Label: "..os.getComputerLabel())
|
||||
end
|
||||
print("sPhone "..sPhone.version.." by Sertex-Team")
|
||||
print("KST by 3d6")
|
||||
print("UI by LMNetOS")
|
||||
|
|
Loading…
Reference in a new issue