Include 02-Installation.md
This commit is contained in:
parent
413b5ba8d8
commit
847298b396
|
@ -30,3 +30,4 @@ Use your distribution's package manager to install the `<!-- {{ package }} -->`
|
|||
```bash
|
||||
yum install <!-- {{ package }} -->
|
||||
```
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
|
@ -23,3 +23,4 @@ Use your distribution's package manager to install the `<!-- {{ package }} -->`
|
|||
```bash
|
||||
yum install <!-- {{ package }} -->
|
||||
```
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
|
@ -33,3 +33,4 @@ Use your distribution's package manager to install the `<!-- {{ package }} -->`
|
|||
```bash
|
||||
apt-get install <!-- {{ package }} -->
|
||||
```
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
|
@ -23,3 +23,4 @@ Use your distribution's package manager to install the `<!-- {{ package }} -->`
|
|||
```bash
|
||||
dnf install <!-- {{ package }} -->
|
||||
```
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
1
RHEL.md
1
RHEL.md
|
@ -38,3 +38,4 @@ Use your distribution's package manager to install the `<!-- {{ package }} -->`
|
|||
```bash
|
||||
yum install <!-- {{ package }} -->
|
||||
```
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
1
SLES.md
1
SLES.md
|
@ -31,3 +31,4 @@ Use your distribution's package manager to install the `<!-- {{ package }} -->`
|
|||
```bash
|
||||
zypper install <!-- {{ package }} -->
|
||||
```
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
|
@ -25,3 +25,4 @@ wget -O - https://packages.icinga.com/icinga.key | apt-key add -
|
|||
|
||||
apt-get update
|
||||
```
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
|
@ -23,3 +23,4 @@ Use your distribution's package manager to install the `<!-- {{ package }} -->`
|
|||
```bash
|
||||
zypper install <!-- {{ package }} -->
|
||||
```
|
||||
<!-- {% include "02-Installation.md" %} -->
|
||||
|
|
Loading…
Reference in New Issue