mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 15:21:49 +01:00
parent
f4c1ed3400
commit
c8a6a76b5b
@ -1571,7 +1571,10 @@ device_fw_key_check() {
|
||||
fi
|
||||
done
|
||||
if [[ $(cat index.html | grep -c "$build") != 1 ]]; then
|
||||
error "Failed to download firmware keys."
|
||||
local error_msg="* You may need to run wikiproxy to get firmware keys."
|
||||
error_msg+=$'\n* For more details, go to the "Troubleshooting" wiki page in GitHub.'
|
||||
error_msg+=$'\n* Troubleshooting link: https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/Troubleshooting#running-wikiproxy'
|
||||
error "Failed to download firmware keys." "$error_msg"
|
||||
fi
|
||||
mv index.html "$keys_path/"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user