diff --git a/src/startup b/src/startup index 54c8dca..a65159b 100644 --- a/src/startup +++ b/src/startup @@ -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())() end -shell.run("/.sPhone/sPhone", "-s") +shell.run("/.sPhone/init", "-s")