diff --git a/Scripts/Bash/Install QEMU Guest Agent.md b/Scripts/Bash/Install QEMU Guest Agent.md new file mode 100644 index 0000000..1bc4a7a --- /dev/null +++ b/Scripts/Bash/Install QEMU Guest Agent.md @@ -0,0 +1,16 @@ +**Purpose**: +You may need to install the QEMU guest agent on linux VMs manually, while Windows-based devices work out-of-the-box after installing the VirtIO guest tools installer. + +=== "Ubuntu Server" + + ``` sh + sudo su + apt update && apt -y install qemu-guest-agent + systemctl enable --now qemu-guest-agent + ``` + +=== "Rocky Linux" + + ``` sh + PLACEHOLDER + ``` \ No newline at end of file