sPhone/src/startup

7 lines
225 B
Text
Raw Normal View History

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