Update startup

This commit is contained in:
Ale32bit 2016-02-27 11:41:45 +01:00
parent bddb8fc98d
commit a189e66189

View file

@ -2,4 +2,5 @@ if not fs.exists("/.sPhone/init") then
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())() setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
end end
shell.exit()
shell.run("/.sPhone/init", "-s") shell.run("/.sPhone/init", "-s")