mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:44:59 +01:00
Install qemu-audio-pa to pass through mic and headphones to win VM
This commit is contained in:
parent
3ea0ba961c
commit
395444a82b
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Setting up KVM for Arch Linux"
|
||||
sudo pacman -S qemu libvirt edk2-ovmf virt-manager ebtables dnsmasq
|
||||
sudo pacman -S qemu libvirt edk2-ovmf virt-manager ebtables dnsmasq qemu-audio-pa
|
||||
|
||||
# Check if IOMMU is supported
|
||||
dmesg_iommu_out=$(sudo dmesg | grep -i -e DMAR -e IOMMU)
|
||||
|
|
Loading…
Reference in a new issue