diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 14:25:22 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 14:25:22 -0500 |
| commit | ba11189643001f53a49cb565712cd7d6f7b3b8a8 (patch) | |
| tree | a5d02f38ba92f44da24173aac473c9d307927e56 /System/boot.lua | |
| parent | 4e9920482018b652401ec0629ade381c70ae4d4b (diff) | |
| download | bits-UI-ba11189643001f53a49cb565712cd7d6f7b3b8a8.tar.gz bits-UI-ba11189643001f53a49cb565712cd7d6f7b3b8a8.tar.bz2 bits-UI-ba11189643001f53a49cb565712cd7d6f7b3b8a8.zip | |
Added the host information while booting
Diffstat (limited to 'System/boot.lua')
| -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...") |
