Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions docs/netdata-agent/installation/linux/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@ To install and connect to Netdata Cloud in a single step from your terminal:
</TabItem>
</Tabs>

> **Tip**
> Pick **Stable** or **Nightly**: Check the [guide](/docs/netdata-agent/versions-&-platforms) for differences.
:::tip

Pick **Stable** or **Nightly**: Check the [guide](/docs/netdata-agent/versions-&-platforms) for differences.

:::

<details>
<summary>🔍 Where to find your claim token</summary>
Expand Down Expand Up @@ -106,8 +109,11 @@ These environment variables provide additional customization options (most users
| `ROOTCMD` | Command to run with root privileges | Uses `sudo`, `doas`, or `pkexec` (in order) |
| `DISABLE_TELEMETRY` | Disable telemetry when set to non-zero value | Telemetry enabled |

> [!NOTE]
> The user running the script needs write and execute permissions in the temporary directory specified by TMPDIR.
:::note

The user running the script needs write and execute permissions in the temporary directory specified by TMPDIR.

:::

## Verify Script Integrity

Expand Down