sets computer label

This commit is contained in:
2025-12-12 13:38:15 -05:00
parent 0822432ba8
commit 293fed7dd8
2 changed files with 3 additions and 2 deletions

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