From 9cb8ee230ec3f0362d1f1fa38685025feb30f856 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Wed, 2 Feb 2022 11:41:11 -0500 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d9650ac..fbb1220 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -sudo apt-get install qemu-system qemu-utils python python3-pip -y # for Ubuntu, Debian, Mint, and PopOS. +sudo apt-get install qemu-system qemu-utils python3 python3-pip -y # for Ubuntu, Debian, Mint, and PopOS. qemu-img create -f qcow2 macOS.qcow2 64G