1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-26 08:28:31 +02:00
macOS-Simple-KVM/setup.sh
2022-02-01 16:15:58 -05:00

12 lines
293 B
Bash
Executable File

#!/bin/bash
sudo apt-get install qemu-system qemu-utils python python3-pip -y # for Ubuntu, Debian, Mint, and PopOS.
qemu-img create -f qcow2 macOS.qcow2 64G
python fetch-macOS.py
(ls RecoveryImage.dmg >> /dev/null 2>&1 && mv RecoveryImage.dmg BaseSystem.dmg) || echo ""
sudo ./basic.sh