Update installer.lua
This commit is contained in:
parent
baa06a07d5
commit
487a90de26
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,6 @@ end
|
|||
local old = os.pullEvent
|
||||
os.pullEvent = os.pullEventRaw
|
||||
|
||||
if fs.exists("/startup") then
|
||||
fs.delete("/startup")
|
||||
end
|
||||
|
||||
local license = [[
|
||||
The MIT License (MIT)
|
||||
Copyright (c) 2016 BeaconNet
|
||||
|
@ -193,6 +189,10 @@ while true do
|
|||
end
|
||||
end
|
||||
|
||||
if fs.exists("/startup") then
|
||||
fs.delete("/startup")
|
||||
end
|
||||
|
||||
for k, v in pairs(files) do
|
||||
term.setTextColor(colors.black)
|
||||
term.setBackgroundColor(colors.white)
|
||||
|
|
Loading…
Reference in a new issue