From aab0952bb175392a670a857a454fff537e1536f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 21 Aug 2024 12:09:27 +0200 Subject: [PATCH] doc/02-installation.md: remove outdated info The Backports Repository is required for Debian 9, but we don't build even v10 anymore. --- doc/02-installation.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index 79741769d0d..34023727b88 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -43,21 +43,6 @@ DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release); \ apt update ``` - -#### Debian Backports Repository - -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 -``` -