Fix just boot 10.x

This commit is contained in:
LukeeGD 2024-10-20 14:12:57 +08:00
parent 2f9f797bbf
commit 382aac8d9b

View File

@ -5409,9 +5409,6 @@ device_ramdisk() {
name=$(echo $device_fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .filename') name=$(echo $device_fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .filename')
iv=$(echo $device_fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .iv') iv=$(echo $device_fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .iv')
key=$(echo $device_fw_key | $jq -j '.keys[] | select(.image == "'$getcomp'") | .key') 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 case $getcomp in
"iBSS" | "iBEC" ) path="Firmware/dfu/";; "iBSS" | "iBEC" ) path="Firmware/dfu/";;
"DeviceTree" ) "DeviceTree" )
@ -8077,8 +8074,8 @@ device_jailbreak() {
return return
;; ;;
10* ) 10* )
print "* For this version, download kok3shiX or socket and sideload it to your device." print "* For this version, use patched h3lix, kok3shiX, or socket to jailbreak."
print "* https://kok3shidoll.github.io/download/kokeshi/kokeshiX_v1.0_alpha_2.ipa" print "* https://ios.cfw.guide/installing-h3lix/"
print "* https://github.com/staturnzz/socket" print "* https://github.com/staturnzz/socket"
return return
;; ;;