Skip to content

Commit 05ba943

Browse files
committed
Fix tabs format
1 parent beffd81 commit 05ba943

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

reference/fleet/install-standalone-elastic-agent.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@ To install and run {{agent}} standalone:
7878
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-amd64.deb
7979
ELASTIC_AGENT_FLAVOR=servers sudo -E dpkg -i elastic-agent-{{stack-version}}-amd64.deb
8080
```
81-
82-
::::{note}
83-
If you need to uninstall an {{agent}} package on Debian Linux, note that the `dpkg -r` command to remove a package leaves the flavor file in place. Instead, `dpkg -P` must to be used to purge all package content and reset the flavor.
84-
::::
81+
82+
**NOTE:** If you need to uninstall an {{agent}} package on Debian Linux, note that the `dpkg -r` command to remove a package leaves the flavor file in place. Instead, `dpkg -P` must to be used to purge all package content and reset the flavor.
8583

8684
:::
8785

0 commit comments

Comments
 (0)