Skip to content

Commit 33b9ae2

Browse files
HugoYipsumingyd
authored andcommitted
Update windows-install.md
fix下载脚本错误
1 parent 439d26b commit 33b9ae2

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

installer-guide/windows-install.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,43 +21,46 @@
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
57+
58+
# Ventura (13)
59+
py macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download
5760

5861
# Latest version
59-
# ie. Ventura (13)
60-
python3 macrecovery.py -b Mac-4B682C642B45593E -m 00000000000000000 download
62+
# ie. Sonoma (14)
63+
py macrecovery.py -b Mac-937A206F2EE63C01 -m 00000000000000000 download
6164
```
6265

6366
* **macOS 12及以上版本注意**: 由于最新版本的 macOS 对 USB 栈进行了更改,因此强烈建议您在安装 macOS 之前(使用 USBToolBox )映射USB端口。

0 commit comments

Comments
 (0)