mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-16 16:19:41 +01:00
Update setup.sh
This commit is contained in:
parent
11df836993
commit
54ea9302fa
1 changed files with 1 additions and 4 deletions
5
setup.sh
5
setup.sh
|
@ -1,9 +1,6 @@
|
|||
#!/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
|
||||
sudo apt-get install qemu-system qemu-utils python3 python3-pip -y # for Ubuntu, Debian, Mint, and PopOS.
|
||||
|
||||
./fetch-macOS-v2.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue