Compare commits

...

2 Commits

Author SHA1 Message Date
bf83b7495d Merge branch 'main' of https://git.astrocore.space/root/nova-corp 2025-12-12 13:54:34 -05:00
293fed7dd8 sets computer label 2025-12-12 13:54:31 -05:00

View File

@@ -9,6 +9,7 @@ local function run()
monitor.writeLine("Starting system...")
monitor.writeLine("System started successfully!")
computerName = data.getRead("computer-name")
os.setComputerLabel(computerName)
monitor.writeLine("Computer name: " .. computerName)
end