From ccd91a488a7ac73063e6e3a21751860199e1c020 Mon Sep 17 00:00:00 2001 From: DarkXero <81101439+DarkXero-dev@users.noreply.github.com> Date: Mon, 6 May 2024 19:29:19 +0300 Subject: [PATCH] Update xero-plasma.sh --- xero-plasma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xero-plasma.sh b/xero-plasma.sh index 9d5d612..9451982 100644 --- a/xero-plasma.sh +++ b/xero-plasma.sh @@ -191,7 +191,7 @@ if [ $result = "kvm" ]; #install kvm stuff pacman -S --noconfirm qemu-guest-agent spice-vdagent - #remove vmware + #remove vmware if pacman -Qi open-vm-tools &> /dev/null; then systemctl disable vmtoolsd.service echo "Disabled vmtoolsd.service"