From 7be1c5e23fe8c40e65af81c6c9172279a99c652e Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:06:32 -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 737d7aa..bbe8401 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -sudo apt-get install qemu-system qemu-utils python python-pip -y # for Ubuntu, Debian, Mint, and PopOS. +sudo apt-get install qemu-system qemu-utils python python3-pip -y # for Ubuntu, Debian, Mint, and PopOS. qemu-img create -f qcow2 macOS.qcow2 64G