From 7dcd11f38f3edcd046d1cb31c6ce46acdc2f5442 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Fri, 28 Jan 2022 07:21:59 -0500 Subject: [PATCH] Update setup.sh --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 2a50999..fbb1220 100755 --- a/setup.sh +++ b/setup.sh @@ -2,10 +2,10 @@ sudo apt-get install qemu-system qemu-utils python3 python3-pip -y # for Ubuntu, Debian, Mint, and PopOS. -qemu-img convert BaseSystem.dmg -O raw BaseSystem.img - qemu-img create -f qcow2 macOS.qcow2 64G ./fetch-macOS-v2.py +qemu-img convert BaseSystem.dmg -O raw BaseSystem.img + sudo ./basic.sh