Create startup
This commit is contained in:
parent
448e297422
commit
e4d8f0b430
1 changed files with 5 additions and 0 deletions
5
src/startup
Normal file
5
src/startup
Normal 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")
|
Loading…
Reference in a new issue