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 = {
"sphone.home",
}
if not config.read("/.sPhone/config/spklist","sphone.home") then
sPhone.install("/.sPhone/apps/home.spk")
end
os.pullEvent = os.oldPullEvent
term.setBackgroundColor(colors.black)
term.setTextColor(colors.white)