Update Scripts/Bash/Install QEMU Guest Agent.md

This commit is contained in:
2025-02-05 20:10:49 -07:00
parent 02aa02dbe4
commit 53bd5f4902

View File

@ -5,7 +5,7 @@ You may need to install the QEMU guest agent on linux VMs manually, while Window
``` sh
sudo su
apt update && apt -y install qemu-guest-agent
apt update && apt install -y qemu-guest-agent
systemctl enable --now qemu-guest-agent
```