mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-06-20 16:42:48 +02:00
fix: use curl instead of wget
This commit is contained in:
parent
74d8498ea6
commit
fa7baa5fc8
2
FAQ.md
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user