1
0
Fork 0
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:
deremuTVCode 2020-07-20 11:16:22 +02:00 committed by GitHub
parent 3564ef539c
commit 8233346a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```