Update xero-plasma.sh

This commit is contained in:
DarkXero 2024-05-06 19:29:19 +03:00 committed by GitHub
parent a37c352c99
commit ccd91a488a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"