Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions installation/linux/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Now let your system update the _apt_ database:
$ sudo apt-get update
```

{% hint style="info" %}
We recommend upgrading your system (```sudo apt-get upgrade```). This could avoid potential issues with expired certificates.
{% endhint %}


## Install TD Agent Bit

Using the following _apt-get_ command you are able now to install the latest _td-agent-bit_:
Expand Down
5 changes: 5 additions & 0 deletions installation/linux/raspbian-raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Now let your system update the _apt_ database:
$ sudo apt-get update
```

{% hint style="info" %}
We recommend upgrading your system (```sudo apt-get upgrade```). This could avoid potential issues with expired certificates.
{% endhint %}


## Install TD-Agent Bit

Using the following _apt-get_ command you are able now to install the latest _td-agent-bit_:
Expand Down
5 changes: 5 additions & 0 deletions installation/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Now let your system update the _apt_ database:
sudo apt-get update
```

{% hint style="info" %}
We recommend upgrading your system (```sudo apt-get upgrade```). This could avoid potential issues with expired certificates.
{% endhint %}


## Install TD-Agent Bit

Using the following _apt-get_ command you are able now to install the latest _td-agent-bit_:
Expand Down