From 0a2fff577c27b41e7d3d48bec8ccfe510e47517e Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 15 Dec 2015 18:54:34 +0100 Subject: [PATCH] Update startup --- src/startup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")