Update startup

This commit is contained in:
Ale32bit 2015-12-15 18:54:34 +01:00
parent e55c719a49
commit 0a2fff577c

View file

@ -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")