Skip to content

Commit

Permalink
Update for Sequoia release (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
EAZYBLACK authored Oct 13, 2024
1 parent fe09e14 commit a980e68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion installer-guide/linux-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@ python3 ./macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000000000 download
# Ventura (13)
python3 ./macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download

# Sonoma (14)
python3 ./macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download

# Latest version
# ie. Sonoma (14)
# ie. Sequoia (15)
python3 ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download
```

Expand Down
5 changes: 4 additions & 1 deletion installer-guide/mac-install-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ python3 ./macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000000000 download
# Ventura (13)
python3 ./macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download

# Sonoma (14)
python3 ./macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download

# Latest version
# ie. Sonoma (14)
# ie. Sequoia (15)
python3 ./macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download
```

Expand Down
5 changes: 4 additions & 1 deletion installer-guide/windows-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ py macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000000000 download
# Ventura (13)
py macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download

# Sonoma (14)
py macrecovery.py -b Mac-226CB3C6A851A671 -m 00000000000000000 download

# Latest version
# ie. Sonoma (14)
# ie. Sequoia (15)
py macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download
```

Expand Down

0 comments on commit a980e68

Please sign in to comment.