Ubuntu: Add missing installation instructions

This commit is contained in:
Eric Lippmann 2022-10-26 12:10:10 +02:00
parent 847298b396
commit 38526fb6d4
1 changed files with 8 additions and 0 deletions

View File

@ -25,4 +25,12 @@ wget -O - https://packages.icinga.com/icinga.key | apt-key add -
apt-get update
```
## Installing the Package
Use your distribution's package manager to install the `<!-- {{ package }} -->` package as follows:
```bash
apt-get install <!-- {{ package }} -->
```
<!-- {% include "02-Installation.md" %} -->