From 55a829a6152a37cdcee8e324bccc4ddcc57332de Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Fri, 10 Dec 2021 15:32:38 -0500 Subject: [PATCH] Create run.sh --- run.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 run.sh diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..d7ab274 --- /dev/null +++ b/run.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +sudo apt-get install qemu-system qemu-utils python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS. + +sudo apt-get install qemu uml-utilities virt-manager git \ + wget libguestfs-tools p7zip-full make -y + +./fetch-macOS-v2.py + +qemu-img convert BaseSystem.dmg -O raw BaseSystem.img + +qemu-img create -f qcow2 macOS.qcow2 64G + +sudo ./basic.sh