Update installer.lua

This commit is contained in:
Ale32bit 2015-11-11 18:45:20 +01:00
parent 9cd3e830c2
commit 84000cbec4

View file

@ -144,4 +144,8 @@ for k, v in pairs(files) do
filesDownloaded = filesDownloaded + 1 filesDownloaded = filesDownloaded + 1
end end
if not fs.exists("/startup") then
fs.copy("/.sPhone/startup","/startup")
end
os.reboot() os.reboot()