Skip to content

Commit

Permalink
Fix copy paste errors (#4755)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7308879)
  • Loading branch information
clayton-cornell authored and grafanabot committed Aug 8, 2023
1 parent 8dbff65 commit 0cd07e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/sources/static/set-up/install/install-agent-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To uninstall Grafana Agent on Debian or Ubuntu, run the following commands in a
1. Uninstall Grafana Agent:

```shell
sudo apt-get remove grafana-agent-flow
sudo apt-get remove grafana-agent
```

1. Optional: Remove the Grafana repository:
Expand All @@ -59,7 +59,7 @@ To uninstall Grafana Agent on Debian or Ubuntu, run the following commands in a

## Install on RHEL or Fedora

To install Grafana Agent in flow mode on RHEL or Fedora, run the following commands in a terminal window.
To install Grafana Agent in static mode on RHEL or Fedora, run the following commands in a terminal window.

1. Import the GPG key:

Expand Down Expand Up @@ -102,13 +102,13 @@ To uninstall Grafana Agent on RHEL or Fedora, run the following commands in a te
1. Stop the systemd service for Grafana Agent:

```shell
sudo systemctl stop grafana-agent-flow
sudo systemctl stop grafana-agent
```

1. Uninstall Grafana Agent:

```shell
sudo dnf remove grafana-agent-flow
sudo dnf remove grafana-agent
```

1. Optional: Remove the Grafana repository:
Expand All @@ -119,7 +119,7 @@ To uninstall Grafana Agent on RHEL or Fedora, run the following commands in a te

## Install on SUSE or openSUSE

To install Grafana Agent in flow mode on SUSE or openSUSE, run the following commands in a terminal window.
To install Grafana Agent in static mode on SUSE or openSUSE, run the following commands in a terminal window.

1. Import the GPG key and add the Grafana package repository:

Expand Down Expand Up @@ -148,13 +148,13 @@ To uninstall Grafana Agent on SUSE or openSUSE, run the following commands in a
1. Stop the systemd service for Grafana Agent:

```shell
sudo systemctl stop grafana-agent-flow
sudo systemctl stop grafana-agent
````
1. Uninstall Grafana Agent:
```shell
sudo zypper remove grafana-agent-flow
sudo zypper remove grafana-agent
```

1. Optional: Remove the Grafana repository:
Expand Down Expand Up @@ -183,7 +183,7 @@ To check the status of Grafana Agent, run the following command in a terminal:

### Run Grafana Agent on startup

To automatically run Grafana Agent Flow when the system starts, run the following command in a terminal:
To automatically run Grafana Agent when the system starts, run the following command in a terminal:

```shell
sudo systemctl enable grafana-agent.service
Expand Down

0 comments on commit 0cd07e3

Please sign in to comment.