From 53bd5f490288f4c1acf6e65f4ae1730ace9fc412 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 5 Feb 2025 20:10:49 -0700 Subject: [PATCH] Update Scripts/Bash/Install QEMU Guest Agent.md --- Scripts/Bash/Install QEMU Guest Agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Bash/Install QEMU Guest Agent.md b/Scripts/Bash/Install QEMU Guest Agent.md index 1bc4a7a..3be4334 100644 --- a/Scripts/Bash/Install QEMU Guest Agent.md +++ b/Scripts/Bash/Install QEMU Guest Agent.md @@ -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 ```