From 487a90de26532a76304eb18992ef1a01e8515e6b Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 8 Nov 2016 19:08:26 +0100 Subject: [PATCH] Update installer.lua --- src/installer.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/installer.lua b/src/installer.lua index 05ff7db..12481af 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -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)