1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 14:13:31 +02:00
macOS-Simple-KVM/setup.sh
2022-02-02 11:41:11 -05:00

12 lines
255 B
Bash
Executable File

#!/bin/bash
sudo apt-get install qemu-system qemu-utils python3 python3-pip -y # for Ubuntu, Debian, Mint, and PopOS.
qemu-img create -f qcow2 macOS.qcow2 64G
./fetch-macOS-v2.py
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
sudo ./basic.sh