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
54488abb9e
commit
7dcd11f38f
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
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 python3 python3-pip -y # for Ubuntu, Debian, Mint, and PopOS.
|
||||||
|
|
||||||
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
|
||||||
|
|
||||||
qemu-img create -f qcow2 macOS.qcow2 64G
|
qemu-img create -f qcow2 macOS.qcow2 64G
|
||||||
|
|
||||||
./fetch-macOS-v2.py
|
./fetch-macOS-v2.py
|
||||||
|
|
||||||
|
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
|
||||||
|
|
||||||
sudo ./basic.sh
|
sudo ./basic.sh
|
||||||
|
|
Loading…
Reference in a new issue