From 051677fd9e58c86276a8af45c23c1aa61a05f9dc Mon Sep 17 00:00:00 2001 From: ajh123 <ajh123@users.noreply.github.com> Date: Sun, 21 Aug 2022 16:07:38 +0100 Subject: [PATCH] Remove deps --- installer.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }