sPhone/src/startup

6 lines
210 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
shell.run("/.sPhone/sPhone")