diff options
| -rw-r--r-- | System/boot.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/System/boot.lua b/System/boot.lua index ef11d60..4b3227f 100644 --- a/System/boot.lua +++ b/System/boot.lua @@ -22,6 +22,10 @@ term.setCursorPos(1,1) print("Starting up bits-UI ".. version .."...") sleep(1) +print(_HOST) + +sleep(1) + if term.isColor() then term.setTextColor(colors.green) print("[OK] Advanced Computer is detected...") |
