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
1 changed files with 9 additions and 0 deletions

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