From 3de38f687763e251693cdb8832663b0ce3bd3c7b Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Thu, 3 Feb 2022 07:40:54 -0500 Subject: [PATCH] Create setupArch.sh --- setupArch.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 setupArch.sh diff --git a/setupArch.sh b/setupArch.sh new file mode 100644 index 0000000..31eaa51 --- /dev/null +++ b/setupArch.sh @@ -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