@@ -21,46 +21,46 @@ Now run one of the following depending on what version of macOS you want(Note th
2121
2222``` sh
2323# Lion (10.7):
24- python3 macrecovery.py -b Mac-2E6FAB96566FE58C -m 00000000000F25Y00 download
25- python3 macrecovery.py -b Mac-C3EC7CD22292981F -m 00000000000F0HM00 download
24+ py macrecovery.py -b Mac-2E6FAB96566FE58C -m 00000000000F25Y00 download
25+ py macrecovery.py -b Mac-C3EC7CD22292981F -m 00000000000F0HM00 download
2626
2727# Mountain Lion (10.8):
28- python3 macrecovery.py -b Mac-7DF2A3B5E5D671ED -m 00000000000F65100 download
28+ py macrecovery.py -b Mac-7DF2A3B5E5D671ED -m 00000000000F65100 download
2929
3030# Mavericks (10.9):
31- python3 macrecovery.py -b Mac-F60DEB81FF30ACF6 -m 00000000000FNN100 download
31+ py macrecovery.py -b Mac-F60DEB81FF30ACF6 -m 00000000000FNN100 download
3232
3333# Yosemite (10.10):
34- python3 macrecovery.py -b Mac-E43C1C25D4880AD6 -m 00000000000GDVW00 download
34+ py macrecovery.py -b Mac-E43C1C25D4880AD6 -m 00000000000GDVW00 download
3535
3636# El Capitan (10.11):
37- python3 macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000GQRX00 download
37+ py macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000GQRX00 download
3838
3939# Sierra (10.12):
40- python3 macrecovery.py -b Mac-77F17D7DA9285301 -m 00000000000J0DX00 download
40+ py macrecovery.py -b Mac-77F17D7DA9285301 -m 00000000000J0DX00 download
4141
4242# High Sierra (10.13)
43- python3 macrecovery.py -b Mac-7BA5B2D9E42DDD94 -m 00000000000J80300 download
44- python3 macrecovery.py -b Mac-BE088AF8C5EB4FA2 -m 00000000000J80300 download
43+ py macrecovery.py -b Mac-7BA5B2D9E42DDD94 -m 00000000000J80300 download
44+ py macrecovery.py -b Mac-BE088AF8C5EB4FA2 -m 00000000000J80300 download
4545
4646# Mojave (10.14)
47- python3 macrecovery.py -b Mac-7BA5B2DFE22DDD8C -m 00000000000KXPG00 download
47+ py macrecovery.py -b Mac-7BA5B2DFE22DDD8C -m 00000000000KXPG00 download
4848
4949# Catalina (10.15)
50- python3 macrecovery.py -b Mac-00BE6ED71E35EB86 -m 00000000000000000 download
50+ py macrecovery.py -b Mac-00BE6ED71E35EB86 -m 00000000000000000 download
5151
5252# Big Sur (11)
53- python3 macrecovery.py -b Mac-42FD25EABCABB274 -m 00000000000000000 download
53+ py macrecovery.py -b Mac-42FD25EABCABB274 -m 00000000000000000 download
5454
5555# Monterey (12)
56- python3 macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000000000 download
56+ py macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000000000 download
5757
5858# Ventura (13)
59- python3 macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download
59+ py macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download
6060
6161# Latest version
6262# ie. Sonoma (14)
63- python3 macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download
63+ py macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download
6464```
6565
6666* ** macOS 12 and above note** : As recent macOS versions introduce changes to the USB stack, it is highly advisable that you map your USB ports (with USBToolBox) before installing macOS.
0 commit comments