Use `dnf` for Amazon Linux 2023

This commit is contained in:
Eric Lippmann 2023-09-22 09:26:05 +02:00 committed by GitHub
parent 2d624ddfb5
commit e46714499c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

View File

@ -27,7 +27,15 @@ wget https://packages.icinga.com/subscription/amazon/ICINGA-release.repo -O /etc
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
```bash
yum install <!-- {{ package }} -->
```
=== "Amazon Linux 2023"
```bash
dnf install <!-- {{ package }} -->
```
=== "Amazon Linux 2"
```bash
yum install <!-- {{ package }} -->
```
<!-- {% include "02-Installation.md" %} -->