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

Commit

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

fs.move("/IPvCC/*.lua", "/IPvCC_programs/")
fs.move("/IPvCC/IPvCC", "/IPvCC/")
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")

print("Finished installing IPvCC")

0 comments on commit 60f6f02

Please sign in to comment.