Update sPhone.lua

This commit is contained in:
Ale32bit 2016-11-15 23:22:34 +01:00 committed by GitHub
parent 9ece56b543
commit e5e6644be5

View file

@ -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)