Skip to content

Commit

Permalink
qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed May 15, 2021
1 parent db018bb commit df07800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AUR/install-qemu-v1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ set -e
##################################################################################################################
#tutorial https://www.youtube.com/watch?v=JxSGT_3UU8w

sudo pacman -S --noconfirm --needed qemu bridge-utils virt-manager virt-viewer libvirt ebtables dnsmasq dmidecode ovmf
sudo pacman -Rdd iptables --noconfirm

sudo pacman -S --noconfirm --needed qemu bridge-utils virt-manager virt-viewer vde2 libvirt ebtables iptables dnsmasq dmidecode ovmf

sudo systemctl enable libvirtd.service
sudo systemctl start libvirtd.service
Expand Down

0 comments on commit df07800

Please sign in to comment.