Update installer.lua
This commit is contained in:
parent
deb6a051b2
commit
454204b4a8
1 changed files with 1 additions and 8 deletions
|
@ -5,13 +5,6 @@ if not pocket or not term.isColor() then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local blacklistIP = {} --Wipe
|
|
||||||
|
|
||||||
local ip = http.get("http://sertex.x10.bz/getIP.php").readLine()
|
|
||||||
if blacklistIP[ip] then
|
|
||||||
error("Your IP has been banned")
|
|
||||||
end
|
|
||||||
|
|
||||||
if fs.exists("/startup") then
|
if fs.exists("/startup") then
|
||||||
fs.delete("/startup")
|
fs.delete("/startup")
|
||||||
end
|
end
|
||||||
|
@ -53,7 +46,7 @@ local files = {
|
||||||
["src/startup"] = "/.sPhone/startup",
|
["src/startup"] = "/.sPhone/startup",
|
||||||
}
|
}
|
||||||
|
|
||||||
local githubUser = "Sertex-Team"
|
local githubUser = "BeaconNet"
|
||||||
local githubRepo = "sPhone"
|
local githubRepo = "sPhone"
|
||||||
local githubBranch = "master"
|
local githubBranch = "master"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue