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

Commit

Permalink
Installer files 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajh123 committed Aug 21, 2022
1 parent 34ef6a7 commit 1a4015e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/main.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
fs.delete("tmp/IPvCC/")
print("Packaging directories...")
fs.delete("IPvCC_programs")
fs.makeDir("IPvCC_programs")

fs.move("IPvCC/ifconfig.lua", "IPvCC_programs/ifconfig.lua")
fs.move("IPvCC/testSend.lua", "IPvCC_programs/testSend.lua")
fs.move("IPvCC/testRecv.lua", "IPvCC_programs/testRecv.lua")

fs.move("IPvCC/IPvCC", "IPvCC")
fs.delete("IPvCC/setup")

print("Finished installing IPvCC")

0 comments on commit 1a4015e

Please sign in to comment.