Update installer.lua
This commit is contained in:
parent
30c3e6656e
commit
689c44ae10
1 changed files with 0 additions and 16 deletions
|
@ -4,22 +4,6 @@ if not pocket or not term.isColor() then
|
||||||
print("sPhone is only for Advanced Pocket Computers!")
|
print("sPhone is only for Advanced Pocket Computers!")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
term.setBackgroundColor(colors.black)
|
|
||||||
term.setTextColor(colors.white)
|
|
||||||
term.clear()
|
|
||||||
term.setCursorPos(1,1)
|
|
||||||
print("sPhone installed - BeaconNet")
|
|
||||||
print("This project is not developed anymore!")
|
|
||||||
print("Press enter to start installation")
|
|
||||||
print("Press backspace to cancel")
|
|
||||||
while true do
|
|
||||||
local _,k = os.pullEvent("key")
|
|
||||||
if k == 28 then
|
|
||||||
break
|
|
||||||
elseif k == 14 then
|
|
||||||
return
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if fs.exists("/startup") then
|
if fs.exists("/startup") then
|
||||||
fs.delete("/startup")
|
fs.delete("/startup")
|
||||||
|
|
Loading…
Reference in a new issue