1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-16 16:19:41 +01:00

Update setup.sh

This commit is contained in:
notAperson535 2022-02-01 16:05:21 -05:00 committed by GitHub
parent cb5f0999c3
commit b787ba475d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash
sudo apt-get install qemu-system qemu-utils python3 python3-pip -y # for Ubuntu, Debian, Mint, and PopOS.
sudo apt-get install qemu-system qemu-utils python python-pip -y # for Ubuntu, Debian, Mint, and PopOS.
qemu-img create -f qcow2 macOS.qcow2 64G