From 311dc7e4705659e7aa0af5b344bdb266ed0e57f6 Mon Sep 17 00:00:00 2001 From: ajh123 Date: Sun, 21 Aug 2022 16:06:28 +0100 Subject: [PATCH] Remove old IPvCC on install --- installer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.lua b/installer.lua index 4d0e8fa..443ef4b 100644 --- a/installer.lua +++ b/installer.lua @@ -30,6 +30,7 @@ local preset = { -- Function to run before starting the download start = function() if not silent then print("Downloading IPvCC setup...") end + fs.delete("/IPvCC") end, -- Function to run when the download completes