Merge pull request #10120 from Icinga/Al2Klimov-patch-7

doc/02-installation.md: remove outdated info
This commit is contained in:
Alexander Aleksandrovič Klimov 2024-08-21 14:40:24 +02:00 committed by GitHub
commit a8adfeda60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 15 deletions

View File

@ -43,21 +43,6 @@ DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release); \
apt update apt update
``` ```
#### Debian Backports Repository <a id="debian-backports-repository"></a>
This repository is required for Debian Stretch since Icinga v2.11.
Debian Stretch:
```bash
DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release); \
echo "deb https://deb.debian.org/debian ${DIST}-backports main" > \
/etc/apt/sources.list.d/${DIST}-backports.list
apt update
```
<!-- {% endif %} --> <!-- {% endif %} -->
<!-- {% if ubuntu %} --> <!-- {% if ubuntu %} -->