Advertisement
caffeinatedmike

Security Steps

Apr 5th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. First Check if Repo and/or Addons Exists
  2. REPO = xbmc.translatePath(os.path.join('special://home/addons','repository.REPONAME'))
  3. if not os.path.exists(REPO):
  4.  
  5. If one or both do, Check for official Repo Url in
  6. special://masterprofile/sources.xml
  7.  
  8. Last, if Official Repo Url is not found remove my repo & addons
  9. https://pastebin.com/wGikCiBa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement