From ab92bf3924b4027e284c02dba2a633f6ba834da8 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 1 Apr 2024 02:16:15 +0100 Subject: launch --- listener.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/listener.lua b/listener.lua index 4f14a37..e69205e 100644 --- a/listener.lua +++ b/listener.lua @@ -18,6 +18,11 @@ end function ops.test() print("hello world") end +function ops.upgrade() + pm.cc() + pm.dl("listener") + os.reboot() +end function main() print("listening") -- cgit v1.2.3