Set label

This commit is contained in:
2018-04-29 15:37:46 +01:00
parent 77f0a35230
commit f98727698b
+2
View File
@@ -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."