Skip to content

Commit

Permalink
install: linux: add system upgrade recommendation (fluent#688)
Browse files Browse the repository at this point in the history
Signed-off-by: lecaros <[email protected]>
  • Loading branch information
lecaros authored Jan 28, 2022
1 parent 35c0eca commit 75841e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
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

0 comments on commit 75841e8

Please sign in to comment.