diff --git a/src/startup b/src/startup index a65159b..35ae412 100644 --- a/src/startup +++ b/src/startup @@ -2,4 +2,5 @@ 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.exit() shell.run("/.sPhone/init", "-s")