Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Remove old IPvCC on install
Browse files Browse the repository at this point in the history
  • Loading branch information
ajh123 committed Aug 21, 2022
1 parent 6953c6d commit 311dc7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 311dc7e

Please sign in to comment.