diff --git a/src/sPhone.lua b/src/sPhone.lua index e117008..26fc7e0 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -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)