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

Create setupArch.sh

This commit is contained in:
notAperson535 2022-02-03 07:40:54 -05:00 committed by GitHub
parent 476c7bc146
commit 3de38f6877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
setupArch.sh Normal file
View File

@ -0,0 +1,9 @@
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