mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-26 21:19:41 +01:00
Add big sur argument
This commit is contained in:
parent
3564ef539c
commit
8233346a9c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ sudo emerge -a qemu python:3.4 pip # for Gentoo
|
|||
```
|
||||
|
||||
## Step 1
|
||||
Run `jumpstart.sh` to download installation media for macOS (internet required). The default installation uses Catalina, but you can choose which version to get by adding either `--high-sierra`, `--mojave`, or `--catalina`. For example:
|
||||
Run `jumpstart.sh` to download installation media for macOS (internet required). The default installation uses Catalina, but you can choose which version to get by adding either `--high-sierra`, `--mojave`, `--catalina` or `--big-sur`. For example:
|
||||
```
|
||||
./jumpstart.sh --mojave
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue