From 382aac8d9bfa6b2aeeef1bddd04420b9bf4e717a Mon Sep 17 00:00:00 2001 From: LukeeGD <26163116+LukeZGD@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:12:57 +0800 Subject: [PATCH] Fix just boot 10.x --- restore.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/restore.sh b/restore.sh index 1a9fc06..d6638e7 100755 --- a/restore.sh +++ b/restore.sh @@ -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" ) @@ -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 ;;