Ubuntu: Add missing installation instructions
This commit is contained in:
parent
847298b396
commit
38526fb6d4
|
@ -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" %} -->
|
||||
|
|
Loading…
Reference in New Issue