Skip to content

Commit

Permalink
Merge pull request #10120 from Icinga/Al2Klimov-patch-7
Browse files Browse the repository at this point in the history
doc/02-installation.md: remove outdated info
  • Loading branch information
Al2Klimov committed Aug 21, 2024
2 parents 914a26c + aab0952 commit a8adfed
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions doc/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release); \

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 %} -->

<!-- {% if ubuntu %} -->
Expand Down

0 comments on commit a8adfed

Please sign in to comment.