From 84000cbec4961fac427b2bc8d10f1b2a9de35f4b Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Wed, 11 Nov 2015 18:45:20 +0100 Subject: [PATCH] Update installer.lua --- src/installer.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/installer.lua b/src/installer.lua index 88d0d67..ca98552 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -144,4 +144,8 @@ for k, v in pairs(files) do filesDownloaded = filesDownloaded + 1 end +if not fs.exists("/startup") then + fs.copy("/.sPhone/startup","/startup") +end + os.reboot()