diff --git a/src/sPhone.lua b/src/sPhone.lua index c843535..6ef7840 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -87,6 +87,7 @@ local function kernel() local u = fs.open("/.sPhone/config/username","r") sPhone.user = u.readLine() u.close() + os.setComputerLabel(sPhone.user.."'s sPhone") end if not fs.exists("/.sPhone/apis") then