Skip to content

Commit

Permalink
Fix just boot 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Oct 20, 2024
1 parent 2f9f797 commit 382aac8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5409,9 +5409,6 @@ device_ramdisk() {
name=$(echo $device_fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .filename')
iv=$(echo $device_fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .iv')
key=$(echo $device_fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .key')
if [[ -z $name ]]; then
error "Issue with firmware keys: Failed getting $getcomp. Check The Apple Wiki or your wikiproxy"
fi
case $getcomp in
"iBSS" | "iBEC" ) path="Firmware/dfu/";;
"DeviceTree" )
Expand Down Expand Up @@ -8077,8 +8074,8 @@ device_jailbreak() {
return
;;
10* )
print "* For this version, download kok3shiX or socket and sideload it to your device."
print "* https://kok3shidoll.github.io/download/kokeshi/kokeshiX_v1.0_alpha_2.ipa"
print "* For this version, use patched h3lix, kok3shiX, or socket to jailbreak."
print "* https://ios.cfw.guide/installing-h3lix/"
print "* https://github.com/staturnzz/socket"
return
;;
Expand Down

0 comments on commit 382aac8

Please sign in to comment.