1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00
macOS-Simple-KVM/setupArch.sh
2022-02-03 12:55:25 +00:00

12 lines
200 B
Bash
Executable File

#!/bin/bash
sudo pacman -S qemu python python3-pip python-wheel
qemu-img create -f qcow2 macOS.qcow2 64G
./fetch-macOS-v2.py
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
sudo ./basic.sh