From e5e6644be5a26a0887ef24ed20d25d3d04a56341 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 15 Nov 2016 23:22:34 +0100 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 4 ++++ 1 file changed, 4 insertions(+) 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)