Update settings.lua

This commit is contained in:
Ale32bit 2016-06-04 21:38:02 +02:00
parent 68fade6de3
commit cfaeedc3e5

View file

@ -212,7 +212,7 @@ while true do
if id == 0 then
return
elseif id == 1 then
setfenv(loadstring(http.get("https://raw.githubusercontent.com/Sertex-Team/sPhone/master/src/installer.lua").readAll()),getfenv())()
setfenv(loadstring(http.get("https://raw.githubusercontent.com/BeaconNet/sPhone/master/src/installer.lua").readAll()),getfenv())()
elseif id == 2 then
editTheme()
elseif id == 3 then