From 73fff2b2077d72b2abbd3cd9e5399fc2c3a63db3 Mon Sep 17 00:00:00 2001 From: LukeZGD Date: Fri, 10 Sep 2021 07:54:15 +0800 Subject: [PATCH] Fix "could not load IPSW" error oops --- resources/downgrade.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/downgrade.sh b/resources/downgrade.sh index e544d31..8b0f027 100755 --- a/resources/downgrade.sh +++ b/resources/downgrade.sh @@ -94,8 +94,10 @@ Downgrade() { $ProductType == "iPad2,5" || $ProductType == "iPad2,6" || $ProductType == "iPad2,7" || $ProductType == "iPod5,1" ]] || [[ $ProductType == "iPad3"* && $DeviceProc == 5 ]]; then - Log "Using daibutsu jailbreak" - JBDaibutsu=1 + if [[ $OSVer == 8.4.1 ]]; then + Log "Using daibutsu jailbreak" + JBDaibutsu=1 + fi fi fi fi