diff --git a/installer.lua b/installer.lua index 443ef4b..a0a488b 100644 --- a/installer.lua +++ b/installer.lua @@ -35,8 +35,9 @@ local preset = { -- Function to run when the download completes done = function() - if not silent then print("Done") end shell.run("/IPvCC/setup/main.lua") + fs.delete("/installer.lua") + fs.delete("/json") end }