Update setup.sh

This commit is contained in:
notAperson535 2022-02-02 11:41:11 -05:00 committed by GitHub
parent be5b3625fe
commit 9cb8ee230e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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