Skip to content

Commit

Permalink
Firmware: Add support for iMac Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Dec 19, 2023
1 parent 755e9e4 commit a09f457
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 a09f457

Please sign in to comment.