Set label during setup
This commit is contained in:
parent
f98727698b
commit
24a4105da7
@ -28,6 +28,6 @@ local f = fs.open("startup", "w")
|
|||||||
f.write("shell.run '" .. ty .. "'")
|
f.write("shell.run '" .. ty .. "'")
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
os.setComputerLabel("Dragon Node")
|
os.setComputerLabel "Dragon Node"
|
||||||
|
|
||||||
print "Done! Reboot or run startup."
|
print "Done! Reboot or run startup."
|
Loading…
Reference in New Issue
Block a user