Update sPhone.lua
This commit is contained in:
parent
4eeafdd632
commit
39f787d432
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ local function recovery()
|
|||
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
|
||||
elseif k == 4 then
|
||||
fs.delete("/.sPhone/config")
|
||||
fs.delete("/.sPhone/cache")
|
||||
os.reboot()
|
||||
elseif k == 5 then
|
||||
_G.safemode = false
|
||||
|
|
Loading…
Reference in a new issue