Update installer.lua
This commit is contained in:
parent
9cd3e830c2
commit
84000cbec4
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue