mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Update blobs.sh
This commit is contained in:
parent
2f527f6942
commit
73ba57ba52
@ -58,7 +58,7 @@ Save712Blobs() {
|
|||||||
Log "Saving 7.1.2 blobs with tsschecker..."
|
Log "Saving 7.1.2 blobs with tsschecker..."
|
||||||
$tsschecker -d $ProductType -i 7.1.2 -e $UniqueChipID -m $BuildManifest -s -b
|
$tsschecker -d $ProductType -i 7.1.2 -e $UniqueChipID -m $BuildManifest -s -b
|
||||||
SHSHChk=$(ls ${UniqueChipID}_${ProductType}_7.1.2-11D257_*.shsh2)
|
SHSHChk=$(ls ${UniqueChipID}_${ProductType}_7.1.2-11D257_*.shsh2)
|
||||||
[[ -z $SHSHChk ]] && Error "Saving $OSVer blobs failed. Please run the script again"
|
[[ -z $SHSHChk ]] && Error "Saving 7.1.2 blobs failed. Please run the script again"
|
||||||
mkdir -p saved/shsh 2>/dev/null
|
mkdir -p saved/shsh 2>/dev/null
|
||||||
mv $SHSHChk $SHSH
|
mv $SHSHChk $SHSH
|
||||||
Log "Successfully saved 7.1.2 blobs: $SHSH"
|
Log "Successfully saved 7.1.2 blobs: $SHSH"
|
||||||
|
Loading…
Reference in New Issue
Block a user