Skip to content

Commit 24fbd8f

Browse files
Apply suggestions from code review
Co-authored-by: Fabien Malfoy <[email protected]>
1 parent ddaca0b commit 24fbd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/instances/reference-content/understanding-qemu-guest-agent.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Follow these steps to enable QGA on an Instance where it is currently inactive.
4646

4747
### Installation
4848

49-
Instances created from images older than March 1st, 2024, may require manual installation of the `qemu-guest-agent` package:
49+
Instances created from images older than March 1st, 2024 may require manual installation of the `qemu-guest-agent` package:
5050

5151
- **Fedora / AlmaLinux / RockyLinux / CentOS**
5252

5353
```bash
54-
# yum -y install qemu-guest-agent
54+
# yum -y --best install qemu-guest-agent
5555
```
5656

5757
- **Debian / Ubuntu**

0 commit comments

Comments
 (0)