Update restore.sh

This commit is contained in:
LukeZGD 2024-02-15 20:50:43 +08:00
parent 20b96068dc
commit c8118b1d43

View File

@ -4719,10 +4719,11 @@ menu_ramdisk() {
shsh_save_onboard64() { shsh_save_onboard64() {
log "Proceeding to dump onboard blobs on normal mode" log "Proceeding to dump onboard blobs on normal mode"
print "* There are other ways for dumping onboard blobs for 64-bit devices as listed below:" print "* There are other ways for dumping onboard blobs for 64-bit devices as listed below:"
print "* For A7 devices, you can use SSH Ramdisk to dump onboard blobs: Other Utilities -> SSH Ramdisk" print "* You can use SSH Ramdisk option to dump onboard blobs: Other Utilities -> SSH Ramdisk"
print "* For A8 devices and newer, use SSHRD_Script: https://github.com/verygenericname/SSHRD_Script" print "* For A8 and newer, you can also use SSHRD_Script: https://github.com/verygenericname/SSHRD_Script"
if [[ $device_mode != "Normal" ]]; then if [[ $device_mode != "Normal" ]]; then
warn "Device must be in normal mode and jailbroken, cannot continue." warn "Device must be in normal mode and jailbroken, cannot continue."
print "* Use the SSH Ramdisk option instead."
return return
fi fi
print "* Make sure to have OpenSSH and Core Utilities installed on your iOS device." print "* Make sure to have OpenSSH and Core Utilities installed on your iOS device."