1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-17 12:38:29 +02:00

adds massage about big sur

This commit is contained in:
BigLands 2022-02-21 13:11:49 -05:00 committed by GitHub
parent 2db761ddd9
commit 16b645afc7
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 ## 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`, or `--catalina`. For example: You can also change the branch to big sur and use `--big-sur`.
``` ```
./jumpstart.sh --mojave ./jumpstart.sh --mojave
``` ```