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

made setup Arch executable

This commit is contained in:
notAperson 2022-02-03 12:55:25 +00:00
parent 3de38f6877
commit f0f0a64357

2
setupArch.sh Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/bin/bash
sudo pacman -S qemu python python3-pip python-wheel
qemu-img create -f qcow2 macOS.qcow2 64G