From fa7baa5fc8be0e6c37b82885fa8cec5f8963169e Mon Sep 17 00:00:00 2001 From: akshaynexus Date: Thu, 1 May 2025 20:59:41 +0700 Subject: [PATCH] fix: use curl instead of wget --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2bb3607..804fec4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -194,7 +194,7 @@ This is the fastest and easiest way to apply the patch. 1. Mount your EFI partition using Clover Configurator or another EFI mounting tool 2. Download the patch script: ```bash - wget https://raw.githubusercontent.com/sickcodes/Docker-OSX/scripts/apply_appleid_kernelpatch.py + curl -o apply_appleid_kernelpatch.py https://raw.githubusercontent.com/sickcodes/Docker-OSX/scripts/apply_appleid_kernelpatch.py ``` 3. Run the script with your `config.plist` file path: ```bash