Update restore.sh

This commit is contained in:
LukeeGD 2024-10-20 14:26:30 +08:00
parent 382aac8d9b
commit 4490b3e035

View File

@ -1427,7 +1427,7 @@ device_enter_mode() {
print "* Follow these instructions to enter kDFU mode." print "* Follow these instructions to enter kDFU mode."
print "1. Install \"OpenSSH\" and \"Core Utilities\" in Cydia or Zebra." print "1. Install \"OpenSSH\" and \"Core Utilities\" in Cydia or Zebra."
if [[ $device_det == 1 ]]; then if [[ $device_det == 1 ]]; then
print " - Jailbreak with kok3shiX, and enable \"use legacy patches\"" print " - Jailbreak with patched h3lix: https://ios.cfw.guide/installing-h3lix/"
print " - Also install \"Dropbear\" from my repo: https://lukezgd.github.io/repo" print " - Also install \"Dropbear\" from my repo: https://lukezgd.github.io/repo"
fi fi
print " - After installing these requirements, lock your device." print " - After installing these requirements, lock your device."
@ -8074,7 +8074,7 @@ device_jailbreak() {
return return
;; ;;
10* ) 10* )
print "* For this version, use patched h3lix, kok3shiX, or socket to jailbreak." print "* For this version, use patched h3lix or socket to jailbreak."
print "* https://ios.cfw.guide/installing-h3lix/" print "* https://ios.cfw.guide/installing-h3lix/"
print "* https://github.com/staturnzz/socket" print "* https://github.com/staturnzz/socket"
return return