add solus OS support

This commit is contained in:
notAperson535 2022-02-03 07:22:56 -05:00 committed by GitHub
parent b99d8fe0e4
commit 3cef62d9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -43,9 +43,12 @@ sudo pacman -S qemu python python3-pip python-wheel # for Arch.
sudo xbps-install -Su qemu python3 python3-pip # for Void Linux.
sudo zypper in qemu-tools qemu-kvm qemu-x86 qemu-audio-pa python3-pip # for openSUSE Tumbleweed
sudo dnf install qemu qemu-img python3 python3-pip # for Fedora
sudo eopkg install qemu # for Solus OS
sudo emerge -a qemu python:3.8 dev-python/pip # for Gentoo
```
If you are installing on Solus OS, extraction qemu may take a while, so be patient.
## Step 1
Run `fetch-macOS.py` to download installation media for macOS (internet required).
```