Update startup
This commit is contained in:
parent
e55c719a49
commit
0a2fff577c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
if not fs.exists("/.sPhone/sPhone") then
|
if not fs.exists("/.sPhone/init") then
|
||||||
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
||||||
end
|
end
|
||||||
|
|
||||||
shell.run("/.sPhone/sPhone", "-s")
|
shell.run("/.sPhone/init", "-s")
|
||||||
|
|
Loading…
Reference in a new issue