This commit is contained in:
Julian Brammer 2024-06-08 21:34:35 +02:00
parent 3c287bcf8e
commit 3e940764e4
2 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,8 @@ function receiveMessage()
end end
end end
createKeyfile()
return { return {
sendMessage = sendMessage, sendMessage = sendMessage,
sendFile = sendFile, sendFile = sendFile,

View File

@ -25,6 +25,7 @@ shell.run("/brulijam/sync.lua")
--set label if not set --set label if not set
shell.run("/brulijam/setLabel.lua") shell.run("/brulijam/setLabel.lua")
shell.run("/brulijam/lib/networking.lua")
shell.run("/brulijam/systemlock.lua") shell.run("/brulijam/systemlock.lua")