From a1b0e1f0c62664682e16efc0a81fdb4cec858780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9a?= <72541511+bibliobrisa@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:21:51 -0700 Subject: [PATCH] Update install-infrastructure-monitoring-agent-linux.mdx Added "adding repo" command for the new Debian 12 (Bookworm) distro which is newly supported. --- .../install-infrastructure-monitoring-agent-linux.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-monitoring-agent-linux.mdx b/src/content/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-monitoring-agent-linux.mdx index 65e2168822a..1660f759c63 100644 --- a/src/content/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-monitoring-agent-linux.mdx +++ b/src/content/docs/infrastructure/install-infrastructure-agent/linux-installation/install-infrastructure-monitoring-agent-linux.mdx @@ -205,6 +205,12 @@ To install infrastructure in Linux, follow these instructions: ```bash echo "deb https://download.newrelic.com/infrastructure_agent/linux/apt bullseye main" | sudo tee -a /etc/apt/sources.list.d/newrelic-infra.list ``` + + **Debian 12 ("Bookworm")** + + ```bash + echo "deb https://download.newrelic.com/infrastructure_agent/linux/apt bookworm main" | sudo tee -a /etc/apt/sources.list.d/newrelic-infra.list + ```