Skip to content

Commit

Permalink
0.8~beta
Browse files Browse the repository at this point in the history
Fix 10.x support
Updated Kairos/irecovery
  • Loading branch information
MatthewPierson committed Jun 25, 2020
1 parent 3621f4f commit b7c48c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pyboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def removeFiles():
os.remove(item)
return

tool_version = '\033[92m' + "Beta 0.7" + '\033[0m'
tool_version = '\033[92m' + "Beta 0.8" + '\033[0m'


def main():
Expand Down Expand Up @@ -471,15 +471,6 @@ def main():
else:
bootArgs = "-v"

if "10." in (str(args.ios))[2:-2]:
print("\nWARNING - 10.x Currently WILL NOT BOOT. You can try if you want to but expect it not to boot!\nPress enter to continue or type anything else and press enter to exit")
choice = input("")
if choice == "":
pass
else:
print("Exiting...")
exit(2)

print("Make sure your device is connected in DFU mode")
time.sleep(5)
arewelocal = False
Expand Down
Binary file modified resources/bin/irecovery
Binary file not shown.
Binary file modified resources/bin/kairos
Binary file not shown.

0 comments on commit b7c48c7

Please sign in to comment.