mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-17 00:29:41 +01:00
Update setup.sh
This commit is contained in:
parent
b787ba475d
commit
7be1c5e23f
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 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue