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:
parent
cb5f0999c3
commit
b787ba475d
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue