Skip to content

Commit

Permalink
Merge branch 't2linux:master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
netnef authored Dec 23, 2023
2 parents 79f3e04 + a09f457 commit 554f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ case "$os" in
else
tar czf "/Volumes/${EFILABEL}/firmware.tar.gz" *
fi
if [[ (${identifier} = iMac19,1) || (${identifier} = iMac19,2) ]]
if [[ (${identifier} = iMac19,1) || (${identifier} = iMac19,2) || (${identifier} = iMacPro1,1) ]]
then
nvramfile=$(ioreg -l | grep RequestedFiles | cut -d "/" -f 5 | rev | cut -c 4- | rev)
txcapblob=$(ioreg -l | grep RequestedFiles | cut -d "/" -f 3 | cut -d "\"" -f 1)
Expand Down

0 comments on commit 554f89e

Please sign in to comment.