diff --git a/.install/vm.sh b/.install/vm.sh index da31f76..774a743 100755 --- a/.install/vm.sh +++ b/.install/vm.sh @@ -10,8 +10,12 @@ cat <<"EOF" EOF echo -e "${NONE}" - if gum confirm "Are you running this script in a KVM virtual machine?" ;then + echo "The script has detected that you run the installation in a KVM virtual machine." + if gum confirm "Do you want to install the KVM environment variables?" ;then echo "source = ~/dotfiles/hypr/conf/environments/kvm.conf" > ~/dotfiles-versions/$version/hypr/conf/environment.conf echo "Environment set to KVM." fi + if gum confirm "Do you want to install the QEMU guest agent?" ;then + _installPackagesPacman "qemu-guest-agent"; + fi fi