Update sPhone.lua
This commit is contained in:
parent
9ece56b543
commit
e5e6644be5
1 changed files with 4 additions and 0 deletions
|
@ -1164,6 +1164,10 @@ end
|
||||||
local homeSPKs = {
|
local homeSPKs = {
|
||||||
"sphone.home",
|
"sphone.home",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if not config.read("/.sPhone/config/spklist","sphone.home") then
|
||||||
|
sPhone.install("/.sPhone/apps/home.spk")
|
||||||
|
end
|
||||||
os.pullEvent = os.oldPullEvent
|
os.pullEvent = os.oldPullEvent
|
||||||
term.setBackgroundColor(colors.black)
|
term.setBackgroundColor(colors.black)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
|
|
Loading…
Reference in a new issue