sPhone/src/startup

6 lines
212 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
2015-12-15 18:54:34 +01:00
shell.run("/.sPhone/init", "-s")