From 2ef855eaad306caad82b92f0b1d5d451e4743cdd Mon Sep 17 00:00:00 2001 From: DarkXero-dev Date: Tue, 16 Jul 2024 11:40:17 +0300 Subject: [PATCH] Fix --- xero-plasma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xero-plasma.sh b/xero-plasma.sh index 4dc6153..bab1838 100755 --- a/xero-plasma.sh +++ b/xero-plasma.sh @@ -89,7 +89,7 @@ case $result in ;; kvm) echo "Installing qemu-guest-agent and spice-vdagent..." - install_packages "qemu-guest-agent spice-vdagent qemu-hw-display-qxl xf86-video-qxl" + install_packages "qemu-guest-agent spice-vdagent" ;; vmware) echo "Installing xf86-video-vmware and open-vm-tools..."