Merge pull request #42 from kafeg/main

Sonoma - use another recovery code
This commit is contained in:
Gabriel Luchina 2024-11-11 11:19:51 -03:00 committed by GitHub
commit 1f05883fa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
setup
View File

@ -1421,7 +1421,7 @@ do
cd /mnt/APPLE/ >> ${LOGFILE} 2>> ${LOGFILE}
python3 ${SCRIPT_DIR}/tools/macrecovery/macrecovery.py -b Mac-A61BADE1FDAD7B05 -m 00000000000000000 download >> ${LOGFILE} 2>> ${LOGFILE}
python3 ${SCRIPT_DIR}/tools/macrecovery/macrecovery.py -b Mac-827FAC58A8FDFA22 -m 00000000000000000 download >> ${LOGFILE} 2>> ${LOGFILE}
cd ${SCRIPT_DIR}