1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 14:13:31 +02:00

Create run.sh

This commit is contained in:
notAperson535 2021-12-10 15:32:38 -05:00 committed by GitHub
parent 1a7592bf05
commit 55a829a615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
run.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/bash
sudo apt-get install qemu-system qemu-utils python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS.
sudo apt-get install qemu uml-utilities virt-manager git \
wget libguestfs-tools p7zip-full make -y
./fetch-macOS-v2.py
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
qemu-img create -f qcow2 macOS.qcow2 64G
sudo ./basic.sh