sPhone/src/startup

6 lines
216 B
Text
Raw Normal View History

2015-07-31 19:39:15 +00:00
if not fs.exists("/.sPhone/sPhone") then
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
end
2015-09-09 15:31:46 +00:00
shell.run("/.sPhone/sPhone", "-s")