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

Commit

Permalink
Remove deps fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ajh123 committed Aug 21, 2022
1 parent 051677f commit cd1cd17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ local preset = {
-- Function to run when the download completes
done = function()
shell.run("/IPvCC/setup/main.lua")
fs.delete("/installer.lua")
fs.delete("/json")
end
}

Expand Down
4 changes: 3 additions & 1 deletion setup/main.lua
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
print("Finished downloading IPvCC")
print("Finished downloading IPvCC")
fs.delete("/installer.lua")
fs.delete("/json")

0 comments on commit cd1cd17

Please sign in to comment.