sPhone/src/startup

7 lines
225 B
Text
Raw Normal View History

2015-12-15 17:54:34 +00:00
if not fs.exists("/.sPhone/init") then
2015-07-31 19:39:15 +00:00
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
end
2016-02-27 10:41:45 +00:00
shell.exit()
2015-12-15 17:54:34 +00:00
shell.run("/.sPhone/init", "-s")