From 454204b4a8135a473e13613b9815989d6a52115c Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Sat, 4 Jun 2016 21:32:36 +0200 Subject: [PATCH] Update installer.lua --- src/installer.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/installer.lua b/src/installer.lua index cffd976..bb0bd55 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -5,13 +5,6 @@ if not pocket or not term.isColor() then return 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 fs.delete("/startup") end @@ -53,7 +46,7 @@ local files = { ["src/startup"] = "/.sPhone/startup", } -local githubUser = "Sertex-Team" +local githubUser = "BeaconNet" local githubRepo = "sPhone" local githubBranch = "master"