Create startup

This commit is contained in:
Ale2610 2015-07-31 21:39:15 +02:00
parent 448e297422
commit e4d8f0b430

5
src/startup Normal file
View file

@ -0,0 +1,5 @@
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")