From 8d2308e2b17bfa1973b80e4cebf0177e628cefa0 Mon Sep 17 00:00:00 2001 From: EggToast <53361644+EggToaster@users.noreply.github.com> Date: Sat, 21 Sep 2024 12:38:50 +0900 Subject: [PATCH 1/2] Fixed USB guide for all systems --- installer-guide/windows-install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer-guide/windows-install.md b/installer-guide/windows-install.md index 2ae5888a3..f170ec3e7 100644 --- a/installer-guide/windows-install.md +++ b/installer-guide/windows-install.md @@ -20,6 +20,9 @@ To grab legacy installers is super easy, first grab a copy of [OpenCorePkg](http Now run one of the following depending on what version of macOS you want(Note these scripts rely on [Python 3](https://www.python.org/downloads/) support, please install if you haven't already): ```sh +# If you got Python from Microsoft store or other place that installs it as python3 and not py, you need to run this first. +alias py="python3" + # Lion (10.7): py macrecovery.py -b Mac-2E6FAB96566FE58C -m 00000000000F25Y00 download py macrecovery.py -b Mac-C3EC7CD22292981F -m 00000000000F0HM00 download From e58a73b15d1c8294d6ffadc4027d73d121bfc567 Mon Sep 17 00:00:00 2001 From: EggToast <53361644+EggToaster@users.noreply.github.com> Date: Sat, 21 Sep 2024 12:40:53 +0900 Subject: [PATCH 2/2] Betterer for some people who doesn't know their environment well --- installer-guide/windows-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/installer-guide/windows-install.md b/installer-guide/windows-install.md index f170ec3e7..fc151f368 100644 --- a/installer-guide/windows-install.md +++ b/installer-guide/windows-install.md @@ -21,6 +21,7 @@ Now run one of the following depending on what version of macOS you want(Note th ```sh # If you got Python from Microsoft store or other place that installs it as python3 and not py, you need to run this first. +# You can confirm it by running "which py". If it returns "which py: not found", you need to run this. alias py="python3" # Lion (10.7):