Skip to content

Commit

Permalink
Merge pull request #2944 from josemore/patch-8
Browse files Browse the repository at this point in the history
Removing unsupported Ubuntu in manual instructions
  • Loading branch information
x8a committed Jul 2, 2021
2 parents 28590da + a4197c4 commit 57927ff
Showing 1 changed file with 1 addition and 12 deletions.
Expand Up @@ -270,18 +270,7 @@ To install the infrastructure monitoring agent in Linux, follow these instructio
id="ubuntu-repository"
title={<><img src={ubuntuIcon} title="ubuntu icon" alt="ubuntu icon" style={{ height: '32px', width: '32px', verticalAlign: 'middle' }}/> Ubuntu</>}
>
**Ubuntu 12 ("Precise")**

```
printf "deb https://download.newrelic.com/infrastructure_agent/linux/apt precise main" | sudo tee -a /etc/apt/sources.list.d/newrelic-infra.list
```

**Ubuntu 14 ("Trusty")**

```
printf "deb https://download.newrelic.com/infrastructure_agent/linux/apt trusty main" | sudo tee -a /etc/apt/sources.list.d/newrelic-infra.list
```


**Ubuntu 16 ("Xenial")**

```
Expand Down

0 comments on commit 57927ff

Please sign in to comment.