From f98727698b753cfbc903278e40695f675d4c9b45 Mon Sep 17 00:00:00 2001 From: osmarks Date: Sun, 29 Apr 2018 15:37:46 +0100 Subject: [PATCH] Set label --- setup.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.lua b/setup.lua index b99099a..b6d8534 100644 --- a/setup.lua +++ b/setup.lua @@ -28,4 +28,6 @@ local f = fs.open("startup", "w") f.write("shell.run '" .. ty .. "'") f.close() +os.setComputerLabel("Dragon Node") + print "Done! Reboot or run startup." \ No newline at end of file