Update Scripts/Bash/Install QEMU Guest Agent.md
This commit is contained in:
@ -5,12 +5,15 @@ You may need to install the QEMU guest agent on linux VMs manually, while Window
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo su
|
sudo su
|
||||||
apt update && apt install -y qemu-guest-agent
|
apt update
|
||||||
|
apt install -y qemu-guest-agent
|
||||||
systemctl enable --now qemu-guest-agent
|
systemctl enable --now qemu-guest-agent
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Rocky Linux"
|
=== "Rocky Linux"
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
PLACEHOLDER
|
sudo su
|
||||||
|
dnf install -y qemu-guest-agent
|
||||||
|
systemctl enable --now qemu-guest-agent
|
||||||
```
|
```
|
Reference in New Issue
Block a user