1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-09-30 10:17:28 +02:00

Update setup.sh

This commit is contained in:
notAperson535 2021-12-13 07:27:26 -05:00 committed by GitHub
parent 11df836993
commit 54ea9302fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,6 @@
#!/bin/bash #!/bin/bash
sudo apt-get install qemu-system qemu-utils python3 python3-pip # for Ubuntu, Debian, Mint, and PopOS. sudo apt-get install qemu-system qemu-utils python3 python3-pip -y # 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 ./fetch-macOS-v2.py