Update installer.lua

This commit is contained in:
Ale32bit 2016-11-08 19:08:26 +01:00 committed by GitHub
parent baa06a07d5
commit 487a90de26

View file

@ -8,10 +8,6 @@ end
local old = os.pullEvent local old = os.pullEvent
os.pullEvent = os.pullEventRaw os.pullEvent = os.pullEventRaw
if fs.exists("/startup") then
fs.delete("/startup")
end
local license = [[ local license = [[
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2016 BeaconNet Copyright (c) 2016 BeaconNet
@ -193,6 +189,10 @@ while true do
end end
end end
if fs.exists("/startup") then
fs.delete("/startup")
end
for k, v in pairs(files) do for k, v in pairs(files) do
term.setTextColor(colors.black) term.setTextColor(colors.black)
term.setBackgroundColor(colors.white) term.setBackgroundColor(colors.white)