Update restore.sh

This commit is contained in:
LukeZGD 2024-07-17 17:45:18 +08:00
parent 4c7f409526
commit a6b4e8245f

View File

@ -7921,6 +7921,8 @@ device_hacktivate() {
esac
log "Checking ideviceactivation status..."
"$dir/ideviceactivation" activate
elif [[ $device_type == "iPod3,1" ]]; then
type="iPhone2,1"
fi
local patch="../resources/firmware/FirmwareBundles/Down_${type}_${device_vers}_${build}.bundle/lockdownd.patch"
print "* Note: This is for hacktivating devices that are already restored, jailbroken, and have OpenSSH installed."