1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-29 01:48:35 +02:00
macOS-Simple-KVM/setup.sh

12 lines
293 B
Bash
Raw Normal View History

2021-12-10 21:32:38 +01:00
#!/bin/bash
2022-02-01 22:06:32 +01:00
sudo apt-get install qemu-system qemu-utils python python3-pip -y # for Ubuntu, Debian, Mint, and PopOS.
2021-12-10 21:32:38 +01:00
qemu-img create -f qcow2 macOS.qcow2 64G
2022-02-01 22:05:02 +01:00
python fetch-macOS.py
2022-01-27 19:12:54 +01:00
2022-02-01 22:15:58 +01:00
(ls RecoveryImage.dmg >> /dev/null 2>&1 && mv RecoveryImage.dmg BaseSystem.dmg) || echo ""
2022-01-28 13:21:59 +01:00
2021-12-10 21:32:38 +01:00
sudo ./basic.sh