diff --git a/setup.lua b/setup.lua index b6d8534..8351ee1 100644 --- a/setup.lua +++ b/setup.lua @@ -28,6 +28,6 @@ local f = fs.open("startup", "w") f.write("shell.run '" .. ty .. "'") f.close() -os.setComputerLabel("Dragon Node") +os.setComputerLabel "Dragon Node" print "Done! Reboot or run startup." \ No newline at end of file