Skip to content

Commit

Permalink
Merge pull request #14517 from bibliobrisa/patch-1
Browse files Browse the repository at this point in the history
Update install-infrastructure-monitoring-agent-linux.mdx
  • Loading branch information
akristen authored Sep 7, 2023
2 parents d55be2b + a1b0e1f commit dce455a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</Collapser>

<Collapser
Expand Down

0 comments on commit dce455a

Please sign in to comment.